Commit f6ad6942 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: fix slack markdown (#6811)

* build: fix slack markdown

* build: simpler slack messages

* build: simpler message
parent a3d72a4b
......@@ -15,7 +15,7 @@ jobs:
with:
payload: |
{
"text": "Staging deploy started for branch: ${{ github.ref_name }}"
"text": "Deploy _started_ for ${{ github.ref_name }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
......@@ -45,7 +45,7 @@ jobs:
with:
payload: |
{
"text": "Staging deploy **${{ steps.pages-deployment.outcome }}** for: ${{ github.ref_name }}"
"text": "Deploy *${{ steps.pages-deployment.outcome }}* for ${{ github.ref_name }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
......
......@@ -15,7 +15,7 @@ jobs:
with:
payload: |
{
"text": "Production deploy started for branch: ${{ github.ref_name }}"
"text": "Deploy _started_ for ${{ github.ref_name }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
......@@ -92,7 +92,7 @@ jobs:
with:
payload: |
{
"text": "Production deploy **${{ steps.pages-deployment.outcome }}** for: ${{ github.ref_name }}"
"text": "Deploy *${{ steps.pages-deployment.outcome }}* for ${{ github.ref_name }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
......
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