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 cf57405 commit 78a8cb0Copy full SHA for 78a8cb0
.github/workflows/go.yml
@@ -391,6 +391,7 @@ jobs:
391
working-directory: ./pkgs/npm
392
env:
393
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
394
+
395
on-failure:
396
runs-on: ubuntu-latest
397
if: failure() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
@@ -400,6 +401,8 @@ jobs:
400
401
uses: rtCamp/action-slack-notify@v2
402
403
MSG_MINIMAL: actions url
- SLACK_COLOR: error
404
+ SLACK_COLOR: failure
405
+ SLACK_FOOTER: ""
406
+ SLACK_MESSAGE: ""
407
SLACK_TITLE: Defang CLI workflow failed
408
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFIER_WEBHOOK_URL }}
0 commit comments