We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae039ec commit 45cd81fCopy full SHA for 45cd81f
1 file changed
.github/workflows/update-dependencies.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
with:
21
- ref: main
+ ref: ${{ github.head_ref }}
22
23
- name: build dependency updater
24
run: cd dependency_updater && go build
0 commit comments