Skip to content

Commit 833347e

Browse files
auto commit
1 parent 19482ac commit 833347e

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
@@ -97,6 +97,6 @@ jobs:
9797
if: ${{ failure() }}
9898
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
9999
with:
100-
message: "Daily CI failed on `${{ github.repository }}`."
100+
message: "Daily CI failed on `${{ github.repository }}`. View run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
101101
secrets:
102102
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_CI }}

0 commit comments

Comments
 (0)