Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Sep 15, 2024
1 parent 1fd2027 commit a6eaa1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ jobs:
payload: |
{
"thread_ts": "${{ needs.initial_msg.outputs.slack_msg_ts }}",
"text": "Deployment finished (Completed)"
"text": "Deployment finished (Completed)",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "PHPSTAN results"
"text": "-- PHPSTAN results -- ${{ steps.context.outputs.job_log_url }}"
}
}
]
Expand Down
3 changes: 3 additions & 0 deletions payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"username": "Testing Action",
"text": "GitHub Action build Status",
"blocks": [
{
"type": "divider"
},
{
"type": "header",
"text": {
Expand Down

0 comments on commit a6eaa1c

Please sign in to comment.