summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-02-03 17:21:54 +0100
committersfan5 <sfan5@live.de>2024-02-05 11:13:18 +0100
commit7616190aa4c41c738c53d11d4ef37e70551c39cc (patch)
treed74b3cfe6fb974d697f36baccd0c469db432ad3c
parentb23e8b2ffb64e315b480f1b10d1a4feb3154f3e2 (diff)
downloadmpv-7616190aa4c41c738c53d11d4ef37e70551c39cc.tar.bz2
mpv-7616190aa4c41c738c53d11d4ef37e70551c39cc.tar.xz
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
-rw-r--r--.github/workflows/comment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml
index a837237372..7f9603a753 100644
--- a/.github/workflows/comment.yml
+++ b/.github/workflows/comment.yml
@@ -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;