Test message
This commit is contained in:
parent
c0ae8640c0
commit
0f2d95cd2e
|
@ -33,4 +33,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }}
|
webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }}
|
||||||
embed-title: "[TEST] OSS checks failed in master"
|
embed-title: "[TEST] OSS checks failed in master"
|
||||||
content: "The OSS build is failing on master. SHA: ${{ steps.set_sha.outputs.sha }}, link: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
embed-url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||||
|
embed-description: |
|
||||||
|
🚨 The OSS build is failing on master ⚠️
|
||||||
|
Git sha: `${{ steps.set_sha.outputs.sha }}`
|
||||||
|
|
Loading…
Reference in New Issue