Skip to content

Commit f17ecb9

Browse files
committed
fix
1 parent 1c2d473 commit f17ecb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/notify_difference_to_slack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
29-
if: ${{ steps.diff.outputs.status_code }} == 1
29+
if: steps.diff.outputs.status_code == 1

0 commit comments

Comments
 (0)