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 ec7395b commit 7e38adfCopy full SHA for 7e38adf
.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: env.SLACK_WEBHOOK_URL && failure()
0 commit comments