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 505eee0 commit c6e2c20Copy full SHA for c6e2c20
.github/workflows/daily_ci.yml
@@ -81,6 +81,6 @@ jobs:
81
if: ${{ failure() }}
82
uses: ./.github/workflows/slack-notification.yml
83
with:
84
- 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 }}"
85
secrets:
86
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_CI }}
0 commit comments