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 b374ec7 commit f2487d8Copy full SHA for f2487d8
.github/workflows/ecosystem-ci-trigger.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.repository == 'vuejs/core' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
11
steps:
12
- name: Check user permission
13
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
14
with:
15
script: |
16
const user = context.payload.sender.login
@@ -45,7 +45,7 @@ jobs:
45
throw new Error('not allowed')
46
}
47
- name: Get PR info
48
49
id: get-pr-data
50
51
@@ -62,7 +62,7 @@ jobs:
62
commit: pr.head.sha
63
64
- name: Trigger run
65
66
id: trigger
67
env:
68
COMMENT: ${{ github.event.comment.body }}
0 commit comments