From 2415def7c78214a065c45e334e46f1e0b10ee81e Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 15:18:45 +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 a2d137b..c9bcac4 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -20,6 +20,6 @@ jobs: MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }} PAYLOAD: | { - "text": "${{ github.repository }} [${{inputs.name}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ inputs.result }} ${{ fromJson(env.icons)[inputs.result]}}" + "text": "${{ github.repository }} [${{inputs.name}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ github.action_status }} ${{ fromJson(env.icons)[inputs.result]}}" }