fix
This commit is contained in:
5
.github/workflows/notify.yaml
vendored
5
.github/workflows/notify.yaml
vendored
@@ -18,9 +18,8 @@ jobs:
|
|||||||
- uses: mattermost/action-mattermost-notify@master
|
- uses: mattermost/action-mattermost-notify@master
|
||||||
with:
|
with:
|
||||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
|
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
|
||||||
PAYLOAD: |
|
TEXT: |
|
||||||
{
|
${{ github.repository }}
|
||||||
"text": "${{ github.repository }}
|
|
||||||
[${{inputs.name}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}
|
[${{inputs.name}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}
|
||||||
wass ${{ inputs.result }} ${{ fromJson(env.icons)[inputs.result]}}"
|
wass ${{ inputs.result }} ${{ fromJson(env.icons)[inputs.result]}}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user