We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19482ac commit 833347eCopy full SHA for 833347e
.github/workflows/daily_ci.yml
@@ -97,6 +97,6 @@ jobs:
97
if: ${{ failure() }}
98
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
99
with:
100
- message: "Daily CI failed on `${{ github.repository }}`."
+ message: "Daily CI failed on `${{ github.repository }}`. View run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
101
secrets:
102
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_CI }}
0 commit comments