Skip to content

Commit f3f05fd

Browse files
authored
Fix json again (#87)
1 parent ff76b51 commit f3f05fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-to-production.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ jobs:
207207
if: success()
208208
with:
209209
payload: |
210-
"text":"<!subteam^S06P99RGJDS> <@U07QATMB6SW> <@U07Q39HFLBG> PYA production deploy ${{ job.status }} :sparkles: Please monitor infrastructure deploy: https://github.com/codeforamerica/tax-benefits-backend/actions/workflows/deploy.yaml"
210+
{
211+
"text": "<!subteam^S06P99RGJDS> <@U07QATMB6SW> <@U07Q39HFLBG> PYA production deploy ${{ job.status }} :sparkles: Please monitor infrastructure deploy: https://github.com/codeforamerica/tax-benefits-backend/actions/workflows/deploy.yaml"
212+
}
211213
env:
212214
SLACK_WEBHOOK_URL: ${{ secrets.TAX_ENG_SLACK_URL }}

0 commit comments

Comments
 (0)