Skip to content

Commit 1a29862

Browse files
Update app-smoke-test.yml
SLACK_COLOR: ${{ job.status }}
1 parent a73e014 commit 1a29862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
105105
SLACK_TITLE: 'Node version'
106106
SLACK_MESSAGE: ${{ matrix.node-version }}
107-
SLACK_COLOR: ${{ job.status == 'success' && 'good' || job.status == 'cancelled' && '#808080' || 'danger' }}
107+
SLACK_COLOR: ${{ job.status }}

0 commit comments

Comments
 (0)