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 ba4a587 commit 8f2b37aCopy full SHA for 8f2b37a
.github/workflows/e2e.yaml
@@ -76,7 +76,7 @@ jobs:
76
# This step will fail the job if checks do not pass, skipping subsequent steps.
77
- name: Check user permissions on PRs
78
if: github.event_name == 'pull_request_target'
79
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
80
with:
81
script: |
82
const actor = context.payload.pull_request.user.login;
0 commit comments