Skip to content

Commit

Permalink
kept one line in payload - testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 18, 2024
1 parent 2d6075f commit 86655b6
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/actions/notify-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,7 @@ runs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Publish jon has failed"
"text": "Publish job has failed"
}
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Check the event",
"emoji": true
},
"url": "https://google.com"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": ":github repo: ${{github.event.repository.name}}",
"emoji": true
},
"url": "https://google.com"
}
]
}
]
}

0 comments on commit 86655b6

Please sign in to comment.