Skip to content

Commit

Permalink
[ci] Update slack message to include workflow_url instead of head com…
Browse files Browse the repository at this point in the history
  • Loading branch information
ailzhang authored Nov 7, 2022
1 parent 0cae0e2 commit 699ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_on_failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ${{ toJSON(github.event.workflow_run.head_commit.message) }}
"text": ${{ toJSON(github.event.workflow_run.workflow_url) }}
}
}
]
Expand Down

0 comments on commit 699ee53

Please sign in to comment.