Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit d6f8d65

Browse files
committed
formatting
1 parent 4eb4336 commit d6f8d65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
7777
slack-message: |
7878
:exclamation: *Integration tests failed.* :exclamation: <!channel>
79-
Last commit by: ${{ steps.get_author.outputs.author }}
80-
Workflow run URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
79+
*Last commit by:* ${{ steps.get_author.outputs.author }}
80+
*Workflow run URL:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
8181
env:
8282
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
8383

@@ -88,8 +88,8 @@ jobs:
8888
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
8989
slack-message: |
9090
:white_check_mark: *Integration tests passed.* Good job team!
91-
Last commit by: ${{ steps.get_author.outputs.author }}
92-
Workflow run URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
91+
*Last commit by:* ${{ steps.get_author.outputs.author }}
92+
*Workflow run URL:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
9393
env:
9494
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
9595

0 commit comments

Comments
 (0)