We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdc443 commit 079a5d2Copy full SHA for 079a5d2
.github/workflows/auto_update_preview.yml
@@ -55,7 +55,7 @@ jobs:
55
GH_TOKEN: ${{ github.token }}
56
57
- name: Send notification
58
- if: ${{ failure() }} || steps.check_changes.outputs.has_changes == 'true'
+ if: ${{ failure() || steps.check_changes.outputs.has_changes == 'true' }}
59
uses: rtCamp/action-slack-notify@v2
60
env:
61
SLACK_CHANNEL: criteo-api-sdk-generator
0 commit comments