Skip to content

Commit c6e2c20

Browse files
chore(CI): update slack notification to include link of GHA run (#1659)
1 parent 505eee0 commit c6e2c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
if: ${{ failure() }}
8282
uses: ./.github/workflows/slack-notification.yml
8383
with:
84-
message: "Daily CI failed on `${{ github.repository }}`."
84+
message: "Daily CI failed on `${{ github.repository }}`. View run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
8585
secrets:
8686
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_CI }}

0 commit comments

Comments
 (0)