diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index 724c28e..a2d137b 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -18,7 +18,7 @@ jobs: - uses: mattermost/action-mattermost-notify@master with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }} - TEXT: | + PAYLOAD: | { "text": "${{ github.repository }} [${{inputs.name}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ inputs.result }} ${{ fromJson(env.icons)[inputs.result]}}" }