Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 committed Mar 7, 2024
1 parent 1dc7e0f commit 399f812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
# For posting a rich message using Block Kit
payload: |
{
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}",
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || toJson(steps) }}",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || toJson(steps) }}"
}
}
]
Expand Down

0 comments on commit 399f812

Please sign in to comment.