We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 267bf22 + fa8e875 commit b14943fCopy full SHA for b14943f
1 file changed
.github/workflows/license-check.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Check if already commented
78
if: steps.changes.outcome == 'failure' && steps.push.outcome == 'failure'
79
id: check_comment
80
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
81
with:
82
script: |
83
const { data: comments } = await github.rest.issues.listComments({
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Comment with instructions if cannot push
97
if: steps.changes.outcome == 'failure' && steps.push.outcome == 'failure' && steps.check_comment.outputs.already_commented == 'false'
98
99
100
101
await github.rest.issues.createComment({
0 commit comments