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 ac04d28 commit 9b634cbCopy full SHA for 9b634cb
.github/workflows/ecosystem-ci-trigger.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
if: github.repository == 'vuejs/core' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
11
steps:
12
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
13
with:
14
script: |
15
const user = context.payload.sender.login
@@ -43,7 +43,7 @@ jobs:
43
})
44
throw new Error('not allowed')
45
}
46
47
id: get-pr-data
48
49
@@ -58,7 +58,7 @@ jobs:
58
branchName: pr.head.ref,
59
repo: pr.head.repo.full_name
60
61
62
id: trigger
63
env:
64
COMMENT: ${{ github.event.comment.body }}
0 commit comments