Skip to content

Commit 7616190

Browse files
kasper93sfan5
authored andcommitted
github/workflows: revert to github-script@v6
There is an upstream regression in v7. Use v6 until Node 16 is still available. See: actions/github-script#448
1 parent b23e8b2 commit 7616190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@v7
13+
- uses: actions/github-script@v6
1414
with:
1515
script: |
1616
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)