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 7c338b2 commit 7342cfaCopy full SHA for 7342cfa
.github/workflows/ci.yml
@@ -151,7 +151,7 @@ jobs:
151
- name: Fail job due to pinning failure
152
# only fail if pinning failed for main commits
153
if: github.ref == 'refs/heads/main' && steps.pin-w3up.outcome == 'failure' && steps.pin-cluster.outcome == 'failure'
154
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
155
with:
156
script: |
157
core.setFailed('Pinning did not succeed')
0 commit comments