We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b76cff + 5250564 commit 581581bCopy full SHA for 581581b
.github/workflows/release-branch-check.yaml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Comment PR on validation failure
65
if: failure() && github.event_name == 'pull_request' && steps.check.outputs.valid == 'false'
66
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
67
with:
68
script: |
69
const branch = '${{ steps.check.outputs.branch }}';
0 commit comments