mirror of https://github.com/vuejs/core.git
chore(deps): update actions/github-script action to v8 (#13885)
This commit is contained in:
parent
b374ec7ca9
commit
f2487d86ea
|
@ -10,7 +10,7 @@ jobs:
|
||||||
if: github.repository == 'vuejs/core' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
|
if: github.repository == 'vuejs/core' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
|
||||||
steps:
|
steps:
|
||||||
- name: Check user permission
|
- name: Check user permission
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const user = context.payload.sender.login
|
const user = context.payload.sender.login
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
throw new Error('not allowed')
|
throw new Error('not allowed')
|
||||||
}
|
}
|
||||||
- name: Get PR info
|
- name: Get PR info
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
id: get-pr-data
|
id: get-pr-data
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
commit: pr.head.sha
|
commit: pr.head.sha
|
||||||
}
|
}
|
||||||
- name: Trigger run
|
- name: Trigger run
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
id: trigger
|
id: trigger
|
||||||
env:
|
env:
|
||||||
COMMENT: ${{ github.event.comment.body }}
|
COMMENT: ${{ github.event.comment.body }}
|
||||||
|
|
Loading…
Reference in New Issue