We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcdf03 commit db4e16dCopy full SHA for db4e16d
.github/workflows/pr-opened-command.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Pull Request Opened Command
11
- uses: actions/github-script@0.9.0
+ uses: actions/github-script@v7.0.0
12
with:
13
github-token: ${{secrets.REPO_ACCESS_TOKEN}}
14
script: |
0 commit comments