From fa11dfbc7717b985c466c9f88ab38a1d17191cdf Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 16:02:00 +0300 Subject: [PATCH] f --- .github/workflows/notify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}}" }