This commit is contained in:
2024-12-23 14:32:59 +03:00
parent 35c4a8eeda
commit ea6d680fbc

View File

@@ -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:"
}