We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17729db commit e7330b2Copy full SHA for e7330b2
.github/workflows/merged-notification.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.event.pull_request.merged
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
14
with:
15
github-token: ${{secrets.GITHUB_TOKEN}}
16
script: |
0 commit comments