Skip to content

Commit

Permalink
github/workflows: revert to github-script@v6
Browse files Browse the repository at this point in the history
There is an upstream regression in v7. Use v6 until Node 16 is still
available.

See: actions/github-script#448
  • Loading branch information
kasper93 authored and xrun1 committed Mar 12, 2024
1 parent 87c9446 commit 09a1288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment.yml
Expand Up @@ -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;
Expand Down

0 comments on commit 09a1288

Please sign in to comment.