Skip to content

Commit

Permalink
Try to fix slack integration part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mtauraso committed Nov 19, 2024
1 parent 74c68c0 commit bf8f40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
{
"channel": "C080P31B1L4"
"text": "GitHub Action build result: *${{ job.status }}* :${{ job.status }}:"
"channel": "C080P31B1L4",
"text": "GitHub Action build result: *${{ job.status }}* :${{ job.status }}:",
"blocks": [
{
"type": "header",
Expand Down

0 comments on commit bf8f40d

Please sign in to comment.