We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161da1c commit 8ccdde0Copy full SHA for 8ccdde0
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
if: github.event_name == 'pull_request_target' && (github.actor == github.repository_owner || github.actor == 'dependabot[bot]')
26
steps:
27
- - uses: actions/github-script@v3
+ - uses: actions/github-script@v6
28
with:
29
script: |
30
github.pulls.merge({
0 commit comments