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 33dc54e commit c0ddd71Copy full SHA for c0ddd71
.github/workflows/update-table-reference.yml
@@ -34,7 +34,7 @@ jobs:
34
token: ${{ env.GITHUB_TOKEN }}
35
36
- name: Add comment reaction
37
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
38
with:
39
script: |
40
const payload = await github.rest.repos.getCollaboratorPermissionLevel({
0 commit comments