We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23e8b2 commit 7616190Copy full SHA for 7616190
.github/workflows/comment.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v6
14
with:
15
script: |
16
const { owner, repo } = context.repo;
0 commit comments