From e27618ca0e6e56d7deaa2ce2bc102a74b62480db Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 15:55:56 +0300 Subject: [PATCH] fix --- .github/workflows/notify.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index ac9ac08..4904db7 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -18,10 +18,9 @@ jobs: - uses: mattermost/action-mattermost-notify@master with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }} - PAYLOAD: | - { - "text": "${{ github.repository }} - [${{inputs.name}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }} + TEXT: | + ${{ github.repository }} + [${{inputs.name}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }} wass ${{ inputs.result }} ${{ fromJson(env.icons)[inputs.result]}}" }