Skip to content

Commit cdff855

Browse files
committed
link the action run in the slack message
1 parent b0db758 commit cdff855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pipeline.yml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
message: "Building docker images for `${{ github.repository }}`... :thinking_face:"
8787
message-context: |
8888
*Commit*: `${{ github.sha }}`
89+
*Action*: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
8990
*Tags*: ${{ join(steps.meta.outputs.tags) }}
9091
*Start*: ${{ steps.start-timestamp.outputs.timestamp }}
9192
@@ -126,6 +127,7 @@ jobs:
126127
message: "Finished building docker images for `${{ github.repository }}` :tada:"
127128
message-context: |
128129
*Commit*: `${{ github.sha }}`
130+
*Action*: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
129131
*Tags*: ${{ join(steps.meta.outputs.tags) }}
130132
*Start*: ${{ steps.start-timestamp.outputs.timestamp }}
131133
*Finish*: ${{ steps.finish-timestamp.outputs.timestamp }}"

0 commit comments

Comments
 (0)