Skip to content

Commit e967630

Browse files
committed
Fix typo in workflow
1 parent 2b26744 commit e967630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jsobmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
with:
23-
fetch_depth: 0
23+
fetch-depth: 0
2424
- uses: julia-actions/setup-julia@v2
2525
with:
2626
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)