Skip to content

Commit 7e38adf

Browse files
author
Merlin Rabens
authored
Update ci.yml
1 parent ec7395b commit 7e38adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
status: ${{ job.status }}
3030
steps: ${{ toJson(steps) }}
31-
if: ${{ secrets.SLACK_WEBHOOK_URL }} && failure()
31+
if: env.SLACK_WEBHOOK_URL && failure()

0 commit comments

Comments
 (0)