Skip to content

Commit 106ab34

Browse files
committed
Fixed formatting in workflow
1 parent b6dd526 commit 106ab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/diff-javadoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: mkdir ~/diff
1414

1515
- name: Checkout PR branch
16-
- uses: actions/checkout@v3
16+
uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 2
1919
submodules: true
@@ -32,7 +32,7 @@ jobs:
3232
run: mv build ~/diff/modified
3333

3434
- name: Checkout master
35-
- uses: actions/checkout@v3
35+
uses: actions/checkout@v3
3636
with:
3737
ref: ${{ github.base_ref }}
3838

0 commit comments

Comments
 (0)