Skip to content

Commit

Permalink
Fix slack message payload
Browse files Browse the repository at this point in the history
  • Loading branch information
karola312 committed Oct 8, 2024
1 parent dbe0eb0 commit ea52455
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/run-tests-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,14 @@ jobs:
with:
payload: |
{
"text": "Automation tests failure",
"attachments": [
{
"pretext": "FAILURE",
"color": "#FE6E76",
"fields": [
{
"title": "Could not prepare instance for release tests on version ${{ env.CUSTOM_VERSION }}",
"title_link": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
}
]
"title": "Automation tests failure",
"title_link": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"text": "Could not prepare instance for release tests on version ${{ env.CUSTOM_VERSION }}"
}
]
}
Expand Down

0 comments on commit ea52455

Please sign in to comment.