Skip to content

Commit c7a9577

Browse files
authored
Remove comma 😢 (#116)
* Update with required inputs since gha is using the latest slack version anyway * Remove the comma...
1 parent dcdf471 commit c7a9577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: slackapi/slack-github-action@v2.1.1
124124
if: success()
125125
with:
126-
webhook-type: webhook-trigger,
126+
webhook-type: webhook-trigger
127127
payload: ${{ steps.slack_payload.outputs.payload }}
128128
env:
129129
SLACK_WEBHOOK_URL: ${{ secrets.TAX_ENG_SLACK_URL }}
@@ -207,7 +207,7 @@ jobs:
207207
uses: slackapi/slack-github-action@v2.1.1
208208
if: success()
209209
with:
210-
webhook-type: webhook-trigger,
210+
webhook-type: webhook-trigger
211211
payload: |
212212
{
213213
"text": ":mega: :sparkles: PYA production deploy ${{ job.status }} :sparkles: Please monitor infrastructure deploy: https://github.com/codeforamerica/tax-benefits-backend/actions/workflows/deploy.yaml\n<!subteam^S06P99RGJDS> <@U07QATMB6SW> <@U07Q39HFLBG>"

0 commit comments

Comments
 (0)