mirror of
https://github.com/FlipsideCrypto/avalanche-models.git
synced 2026-02-06 13:56:56 +00:00
test
This commit is contained in:
parent
a533521d4c
commit
79239ac266
22
.github/workflows/slack-notify.yml
vendored
22
.github/workflows/slack-notify.yml
vendored
@ -21,7 +21,27 @@ jobs:
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
"text": ":x: *${{ inputs.workflow_name || github.workflow }}* failed in *${{ github.repository }}*\n <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run>"
|
||||
"text": ":x: *${{ inputs.workflow_name || github.workflow }}* failed in *${{ github.repository }}*\n <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run>",
|
||||
"attachments": [
|
||||
{
|
||||
"color": "#FF0000",
|
||||
"title": "Workflow Failed: ${{ inputs.workflow_name || github.workflow }}",
|
||||
"title_link": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
|
||||
"fields": [
|
||||
{
|
||||
"title": "Repository",
|
||||
"value": "${{ github.repository }}",
|
||||
"short": true
|
||||
},
|
||||
{
|
||||
"title": "Branch",
|
||||
"value": "${{ github.ref_name }}",
|
||||
"short": true
|
||||
}
|
||||
],
|
||||
"footer": "GitHub Actions"
|
||||
}
|
||||
]
|
||||
}
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
Loading…
Reference in New Issue
Block a user