fix
This commit is contained in:
2
.github/workflows/notify.yaml
vendored
2
.github/workflows/notify.yaml
vendored
@@ -15,6 +15,6 @@ jobs:
|
|||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.webhook }}
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.webhook }}
|
||||||
PAYLOAD: |
|
PAYLOAD: |
|
||||||
{
|
{
|
||||||
"text": "${{ github.repository }} [build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ inputs.status}} :white_check_mark:"
|
"text": "${{ github.repository }} [build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ inputs.result }} :white_check_mark:"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user