From 35c4a8eeda4579f7182baa9ccabdef798956a238 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 14:28:27 +0300 Subject: [PATCH] fix --- .github/workflows/notify.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index c0755d7..e62bc11 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -6,10 +6,6 @@ on: result: required: true type: string - name: - required: false - type: string - default: 'build' jobs: notify: runs-on: gpu @@ -19,6 +15,6 @@ jobs: MATTERMOST_WEBHOOK_URL: ${{ secrets.webhook }} PAYLOAD: | { - "text": "${{ github.repository }} [${{ inputs.name}}](${{ 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.status}} :white_check_mark:" }