From 4f70c041a049de1d93628c48ef83258ae02f780e Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 16:01:09 +0300 Subject: [PATCH] revert --- .github/workflows/notify.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index a9f4c2c..724c28e 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -19,7 +19,7 @@ jobs: with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }} 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 ${{ inputs.result }} ${{ fromJson(env.icons)[inputs.result]}}" + }