ci: Fix YAML spacing (#6592)

Fix YAML spacing
This commit is contained in:
lavalamp 2023-05-18 10:43:02 -06:00 committed by GitHub
parent ef6d1f20ed
commit b2966f8d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,16 +91,16 @@ jobs:
branch: main branch: main
- name: Send Slack message about deployment outcome - name: Send Slack message about deployment outcome
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
if: always() if: always()
with: with:
payload: | payload: |
{ {
"text": "Production deploy **${{ steps.pages-deployment.outcome }}** for: ${{ github.ref_name }}" "text": "Production deploy **${{ steps.pages-deployment.outcome }}** for: ${{ github.ref_name }}"
} }
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
- name: Upload source maps to Sentry - name: Upload source maps to Sentry
uses: getsentry/action-release@4744f6a65149f441c5f396d5b0877307c0db52c7 uses: getsentry/action-release@4744f6a65149f441c5f396d5b0877307c0db52c7
continue-on-error: true continue-on-error: true