Skip to content

Commit

Permalink
Remove Indentation from Deploy Delat workflow (#19312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcneil authored Nov 7, 2024
1 parent aa18014 commit 4a39447
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy_delay_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ">:scared_and_sweating_smiley: GitHub Action Runner Workflow failed! :scared_and_sweating_smiley:\n \
<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }} Run #${{ github.run_number }}>\n\n \
*Development Summary:*\n${{ env.dev_summary }}\n\n \
*Staging Summary:*\n${{ env.staging_summary }}"
"text": ":scared_and_sweating_smiley: GitHub Action Runner Workflow failed! :scared_and_sweating_smiley:\n <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }} Run #${{ github.run_number }}>\n\n *Development Summary:*\n${{ env.dev_summary }}\n\n *Staging Summary:*\n${{ env.staging_summary }}"
}
},
{ "type": "divider" }
Expand All @@ -169,9 +166,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ">:scared_and_sweating_smiley: GitHub Action Runner Workflow failed! :scared_and_sweating_smiley:\n\n \
Unknown error occured. See logs:\n \
<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }} Run #${{ github.run_number }}>"
"text": ":scared_and_sweating_smiley: GitHub Action Runner Workflow failed! :scared_and_sweating_smiley:\n\n Unknown error occured. See logs:\n <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }} Run #${{ github.run_number }}>"
}
},
{ "type": "divider" }
Expand Down

0 comments on commit 4a39447

Please sign in to comment.