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.
1 parent aace3ee commit b06a487Copy full SHA for b06a487
.github/workflows/pull-request-formatting-validator.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Check for Validation Errors
73
if: steps.validate.outputs.validation_error == 'true'
74
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
75
with:
76
script: |
77
core.setFailed('PR Formatting Validation Check Failed!')
0 commit comments