From e1627269da8626f1f9693d78fc06d82bbca548a7 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 15:22:29 +0300 Subject: [PATCH] try --- .github/workflows/notify.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index c9bcac4..ba7d0d0 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -20,6 +20,8 @@ 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 ${{ github.action_status }} ${{ fromJson(env.icons)[inputs.result]}}" + "text": "${{ github.repository }} + [${{inputs.name}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }} + wass ${{ github.action_status }} ${{ fromJson(env.icons)[inputs.result]}}" }