diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 3c72a3eb..1ee01273 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -50,6 +50,7 @@ jobs: } ] }' > body-template.json + export message="${message}" envsubst < body-template.json > body.json cat body.json curl -X POST "${{ secrets.SLACK_INCOMING_WEBHOOK }}" -H "Content-type: application/json" -d @./body.json