There was an error while loading. Please reload this page.
1 parent 9de6f22 commit 4d8e57aCopy full SHA for 4d8e57a
1 file changed
.github/workflows/flue-deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
REPO: ${{ github.repository }}
52
RUN_ID: ${{ github.run_id }}
53
run: |
54
- MESSAGE="❌ *Flue Deploy* workflow failed.\nActor: $ACTOR\n[View run](https://github.com/$REPO/actions/runs/$RUN_ID)"
+ MESSAGE="❌ *Flue Deploy* workflow failed.\nActor: $ACTOR\n<https://github.com/$REPO/actions/runs/$RUN_ID|View run>"
55
JSON_PAYLOAD=$(jq -n --arg text "$MESSAGE" '{text: $text}')
56
57
curl --fail --max-time 30 --silent --show-error -X POST "$WEBHOOK_URL" \
0 commit comments