We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfb1d3 commit 1b221f3Copy full SHA for 1b221f3
1 file changed
.github/workflows/automerge.yml
@@ -14,7 +14,7 @@ jobs:
14
github.event.workflow_run.conclusion == 'success'
15
steps:
16
- name: "Merge PR"
17
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
18
with:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
script: |
0 commit comments