This commit is contained in:
2024-12-23 14:28:27 +03:00
parent 2da487874f
commit 35c4a8eeda

View File

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