Skip to content

Commit 7dd9164

Browse files
authored
Update update.yml
Attempt to fix auto-merge error by providing the PR number (which is put into env by the previous step)
1 parent 2b1ece8 commit 7dd9164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
title: Update to 1.3.${{env.VOLK_VERSION}}
2828
author: GitHub <[email protected]>
2929
- name: enable pr automerge
30-
run: gh pr merge --merge --auto
30+
run: gh pr merge --merge --auto ${{env.PULL_REQUEST_NUMBER}}
3131
env:
3232
GH_TOKEN: ${{ github.token }}
3333
continue-on-error: true

0 commit comments

Comments
 (0)