Skip to content

Commit 4d8e57a

Browse files
committed
[Flue] Revert to Google Chat pipe link syntax in failure notification
1 parent 9de6f22 commit 4d8e57a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flue-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
REPO: ${{ github.repository }}
5252
RUN_ID: ${{ github.run_id }}
5353
run: |
54-
MESSAGE="❌ *Flue Deploy* workflow failed.\nActor: $ACTOR\n[View run](https://github.com/$REPO/actions/runs/$RUN_ID)"
54+
MESSAGE="❌ *Flue Deploy* workflow failed.\nActor: $ACTOR\n<https://github.com/$REPO/actions/runs/$RUN_ID|View run>"
5555
JSON_PAYLOAD=$(jq -n --arg text "$MESSAGE" '{text: $text}')
5656
5757
curl --fail --max-time 30 --silent --show-error -X POST "$WEBHOOK_URL" \

0 commit comments

Comments
 (0)