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 d5f9cfb commit 4160af2Copy full SHA for 4160af2
.github/workflows/retry_test.yml
@@ -71,7 +71,7 @@ jobs:
71
72
return await rerunIfRequiredNotSuccessful()
73
- name: send retry request to GitHub API
74
- if: ${{ steps.required_job_conclusion.outputs.result != 'success' }}
+ if: ${{ steps.required_job_conclusion.outputs.result != '"success"' }}
75
env:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
run: |
@@ -137,7 +137,7 @@ jobs:
137
138
139
- name: send webhook
140
141
uses: slackapi/[email protected]
142
with:
143
# These urls are intentionally missing the protocol,
0 commit comments