Skip to content

Commit 1cc60c4

Browse files
committed
fix syntax
1 parent 4bf63ae commit 1cc60c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
steps:
9797
- name: Checkout
9898
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
99-
fetch-depth: 0
99+
with:
100+
fetch-depth: 0
100101

101102
- name: Configure JDK
102103
uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2 # v1.4.3

0 commit comments

Comments
 (0)