We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d20015 commit d375d19Copy full SHA for d375d19
1 file changed
.github/workflows/e2e-test.yml
@@ -237,7 +237,7 @@ jobs:
237
- type: section
238
text:
239
type: mrkdwn
240
- text: ":rocket: *${{ github.workflow }} Completed in: ${{ github.repository }}* ${{ needs.integration-tests.result == 'success' && ':white_check_mark:' || ':failed: Build Failed' }}"
+ text: ":rocket: *${{ github.workflow }} Completed in: ${{ github.repository }}* ${{ needs.integration-tests.result == 'success' && ':white_check_mark:' || ':failed:' }}"
241
- type: divider
242
243
fields:
@@ -266,4 +266,4 @@ jobs:
266
payload: |
267
channel: ${{ secrets.SLACK_CHANNEL_ID }}
268
thread_ts: "${{ steps.main_message.outputs.ts }}"
269
- text: {{ env.TEST_SUMMARY }}"
+ text: "{{ env.TEST_SUMMARY }}"
0 commit comments