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