We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2d473 commit f17ecb9Copy full SHA for f17ecb9
examples/notify_difference_to_slack.yaml
@@ -26,4 +26,4 @@ jobs:
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
29
- if: ${{ steps.diff.outputs.status_code }} == 1
+ if: steps.diff.outputs.status_code == 1
0 commit comments