This commit is contained in:
2024-12-23 14:39:32 +03:00
parent 05e36bab94
commit f895be1ab2

View File

@@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: mattermost/action-mattermost-notify@master - uses: mattermost/action-mattermost-notify@master
with: with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.webhook }} MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
PAYLOAD: | PAYLOAD: |
{ {
"text": "${{ github.repository }} [build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ inputs.result }} :white_check_mark:" "text": "${{ github.repository }} [build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}) was ${{ inputs.result }} :white_check_mark:"