Skip to content

Commit

Permalink
ci: trims nightly build notification message to available context (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored and gh-action-runner committed Oct 31, 2024
1 parent 60afbd2 commit 2a8404a
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,24 +197,6 @@ jobs:
- uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: ${{ secrets.APOLLO_IOS_HEALTH_SLACK_CHANNEL_ID }}
payload: |
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "`Main` Branch Health (${{ github.event.head_commit.url }}): ${{ github.action_status }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "${{ jobs.tuist-generation.name }}: ${{ jobs.tuist-generation.result }}"
}
}
]
}
slack-message: "`Main` Branch Health (${{ github.event.head_commit.url }}): ${{ github.action_status }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 2a8404a

Please sign in to comment.