We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a4c852 + 19e1d3f commit 092ffd9Copy full SHA for 092ffd9
.github/workflows/push.yml
@@ -97,6 +97,6 @@ jobs:
97
body: 'Updates role to match CV repository. See full diff: ${{ github.event.compare }}'
98
- name: Check Pull Request
99
if: steps.pull-request.outputs.pull-request-operation == ''
100
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
101
with:
102
script: core.setFailed('No Pull Request was created')
0 commit comments