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 eb4101d commit ec7395bCopy full SHA for ec7395b
.github/workflows/ci.yml
@@ -28,4 +28,4 @@ jobs:
28
with:
29
status: ${{ job.status }}
30
steps: ${{ toJson(steps) }}
31
- if: secrets.SLACK_WEBHOOK_URL && failure()
+ if: ${{ secrets.SLACK_WEBHOOK_URL }} && failure()
0 commit comments