From 468bc2ef64482a5f03b2d50118bbdd259a3fc876 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Tue, 9 Aug 2022 12:30:48 -0400 Subject: [PATCH] Update triage.yml --- .github/workflows/triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 29452205..3c72a3eb 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -51,6 +51,7 @@ jobs: ] }' > body-template.json envsubst < body-template.json > body.json + cat body.json curl -X POST "${{ secrets.SLACK_INCOMING_WEBHOOK }}" -H "Content-type: application/json" -d @./body.json - name: Issue Notification