Skip to content

Commit d375d19

Browse files
committed
gha test 2
1 parent 2d20015 commit d375d19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
- type: section
238238
text:
239239
type: mrkdwn
240-
text: ":rocket: *${{ github.workflow }} Completed in: ${{ github.repository }}* ${{ needs.integration-tests.result == 'success' && ':white_check_mark:' || ':failed: Build Failed' }}"
240+
text: ":rocket: *${{ github.workflow }} Completed in: ${{ github.repository }}* ${{ needs.integration-tests.result == 'success' && ':white_check_mark:' || ':failed:' }}"
241241
- type: divider
242242
- type: section
243243
fields:
@@ -266,4 +266,4 @@ jobs:
266266
payload: |
267267
channel: ${{ secrets.SLACK_CHANNEL_ID }}
268268
thread_ts: "${{ steps.main_message.outputs.ts }}"
269-
text: {{ env.TEST_SUMMARY }}"
269+
text: "{{ env.TEST_SUMMARY }}"

0 commit comments

Comments
 (0)