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

Commit 7e78e1b

Browse files
authored
Add workflow url to job notificaiton (#892)
1 parent 8639bd0 commit 7e78e1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +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 }}
79+
*Last commit by:* ${{ steps.get_author.outputs.author }}
80+
*Workflow run URL:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
8081
env:
8182
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
8283

@@ -87,7 +88,8 @@ jobs:
8788
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
8889
slack-message: |
8990
:white_check_mark: *Integration tests passed.* Good job team!
90-
Last commit by: ${{ steps.get_author.outputs.author }}
91+
*Last commit by:* ${{ steps.get_author.outputs.author }}
92+
*Workflow run URL:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
9193
env:
9294
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
9395

0 commit comments

Comments
 (0)