Commit b2966f8d authored by lavalamp's avatar lavalamp Committed by GitHub

ci: Fix YAML spacing (#6592)

Fix YAML spacing
parent ef6d1f20
...@@ -91,16 +91,16 @@ jobs: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment