Update triage.yml

This commit is contained in:
Robert Brennan
2022-08-09 12:30:48 -04:00
committed by GitHub
parent ab2d52b8d8
commit 468bc2ef64

View File

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