Skip to content

Commit fa7fe72

Browse files
fix: [DevOps] spec update notification condition (#670)
1 parent 9c3c285 commit fa7fe72

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
@@ -214,7 +214,7 @@ jobs:
214214
exit 1
215215
216216
- name: "Slack Notification"
217-
if: failure() && ${{ github.event.inputs.create-pr }}
217+
if: failure() && github.event.inputs.create-pr == true
218218
uses: slackapi/slack-github-action@v2.1.1
219219
with:
220220
webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)