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 1d43d0d commit 8001befCopy full SHA for 8001bef
.github/workflows/test-results.yml
@@ -64,7 +64,7 @@ jobs:
64
# Upload only for master branch and not for scheduled event
65
if: >
66
github.event_name == 'workflow_run' && github.event.workflow_run.head_branch == 'master' && github.event.workflow_run.event != 'schedule'
67
- uses: andymckay/append-gist-action@1fbfbbce708a39bd45846f0955ed5521f2099c6d
+ uses: andymckay/append-gist-action@6e8d64427fe47cbacf4ab6b890411f1d67c07f3e
68
with:
69
token: ${{ secrets.GIST_TOKEN }}
70
gistURL: https://gist.githubusercontent.com/step-security/612cb538c14731f1a8fefe504f519395
0 commit comments