Update triage.yml

This commit is contained in:
Robert Brennan
2022-08-09 12:37:55 -04:00
committed by GitHub
parent 468bc2ef64
commit 7bae85c493

View File

@@ -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