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 7, 2024
1 parent fd7b132 commit af29f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
"text": "Could not prepare instance for release tests on version ${{ env.CUSTOM_VERSION }}"
"pretext": "FAILURE",
"color": "#FE6E76",
"title_link": ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
"title_link": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_QA_STATUSES_WEBHOOK_URL }}
Expand Down

0 comments on commit af29f7d

Please sign in to comment.