Skip to content

Commit ec7395b

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

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: ${{ secrets.SLACK_WEBHOOK_URL }} && failure()

0 commit comments

Comments
 (0)