Skip to content

Commit ae039ec

Browse files
committed
fix syntax
1 parent 18de284 commit ae039ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
ref: main
20+
with:
21+
ref: main
2122

2223
- name: build dependency updater
2324
run: cd dependency_updater && go build

0 commit comments

Comments
 (0)