mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
github/workflows: revert to github-script@v6
There is an upstream regression in v7. Use v6 until Node 16 is still available. See: https://github.com/actions/github-script/issues/448
This commit is contained in:
parent
b23e8b2ffb
commit
7616190aa4
2
.github/workflows/comment.yml
vendored
2
.github/workflows/comment.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v7
|
||||
- uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
const { owner, repo } = context.repo;
|
||||
|
Loading…
Reference in New Issue
Block a user