Skip to content

Commit f6dd4f3

Browse files
Fix syntax error.
1 parent 548629e commit f6dd4f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-and-deploy-bfd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
SLACK_USERNAME: BFD Deploy Bot
181181
SLACK_ICON_EMOJI: ":checkered_flag:"
182182
SLACK_COLOR: ${{ steps.status.outputs.status == 'SUCCESS' && 'good' || 'danger' }}
183-
SLACK_TITLE: ${{ steps.status.outputs.status == 'SUCCESS' && ':white_check_mark: BFD Deploy SUCCESS' || ':x: BFD Deploy FAILED' }}
183+
SLACK_TITLE: "${{ steps.status.outputs.status == 'SUCCESS' && ':white_check_mark: BFD Deploy SUCCESS' || ':x: BFD Deploy FAILED' }}"
184184
SLACK_MESSAGE: |
185185
${{ steps.status.outputs.status == 'FAILED' && '@bfd-engineers' || '' }}
186186

0 commit comments

Comments
 (0)