File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
if : github.repository == 'vitejs/vite' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/ecosystem-ci run')
11
11
steps :
12
- - uses : actions/github-script@v6
12
+ - uses : actions/github-script@v7
13
13
with :
14
14
script : |
15
15
const user = context.payload.sender.login
45
45
})
46
46
throw new Error('not allowed')
47
47
}
48
- - uses : actions/github-script@v6
48
+ - uses : actions/github-script@v7
49
49
id : get-pr-data
50
50
with :
51
51
script : |
66
66
app_id : ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
67
67
installation_retrieval_payload : " ${{ github.repository_owner }}/vite-ecosystem-ci"
68
68
private_key : ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}
69
- - uses : actions/github-script@v6
69
+ - uses : actions/github-script@v7
70
70
id : trigger
71
71
env :
72
72
COMMENT : ${{ github.event.comment.body }}
You can’t perform that action at this time.
0 commit comments