fix
This commit is contained in:
16
.github/workflows/notify.yaml
vendored
16
.github/workflows/notify.yaml
vendored
@@ -8,13 +8,11 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
jobs:
|
jobs:
|
||||||
gradle-build:
|
gradle-build:
|
||||||
runs-on: ubuntu-latest
|
uses: mattermost/action-mattermost-notify@master
|
||||||
steps:
|
with:
|
||||||
- uses: mattermost/action-mattermost-notify@master
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
|
||||||
with:
|
PAYLOAD: |
|
||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
|
{
|
||||||
PAYLOAD: |
|
"text": "${{ github.repository }} [Pipeline](${{ github.server_url }}/${{ inputs.repository }}/actions/runs/${{ github.run_number }}) was canceled :man_facepalming:"
|
||||||
{
|
}
|
||||||
"text": "${{ github.repository }} [Pipeline](${{ github.server_url }}/${{ inputs.repository }}/actions/runs/${{ github.run_number }}) was canceled :man_facepalming:"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user