Skip to content

Commit 45cd81f

Browse files
committed
change ref to pr branch
1 parent ae039ec commit 45cd81f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
21-
ref: main
21+
ref: ${{ github.head_ref }}
2222

2323
- name: build dependency updater
2424
run: cd dependency_updater && go build

0 commit comments

Comments
 (0)