From ea6d680fbca7900c971809273ddb65cf691f95ef Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 14:32:59 +0300 Subject: [PATCH] fix --- .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 e62bc11..ed08501 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -15,6 +15,6 @@ jobs: MATTERMOST_WEBHOOK_URL: ${{ secrets.webhook }} PAYLOAD: | { - "text": "${{ github.repository }} [build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ inputs.status}} :white_check_mark:" + "text": "${{ github.repository }} [build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ inputs.result }} :white_check_mark:" }