mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-20 08:04:58 +00:00
Update triage.yml
This commit is contained in:
1
.github/workflows/triage.yml
vendored
1
.github/workflows/triage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user