Skip to content

Commit c24d495

Browse files
Fix Slack notif 2
1 parent a550ef6 commit c24d495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
exit 1
253253
254254
- name: "Slack Notification"
255-
if: failure() && github.event.inputs.create-pr == true
255+
if: ${{ failure() && github.event.inputs.create-pr == true }}
256256
uses: slackapi/slack-github-action@v2.1.1
257257
with:
258258
webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)