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 8878b58 commit ca8b862Copy full SHA for ca8b862
.github/workflows/main.yml
@@ -34,3 +34,4 @@ jobs:
34
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
35
SLACK_USERNAME: docnow-build
36
SLACK_ICON_EMOJI: ":test-tube:"
37
+ SLACK_COLOR: "${{ job.status == 'success' && 'good' || 'danger' }}"
0 commit comments