Skip to content

Commit

Permalink
ci: final update to nightly build notification text (#528)
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 dbc8209 commit 71c1852
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,42 +204,42 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "`${{ github.head_ref }}` Branch Health (${{ github.sha }}):"
"text": "`main` Branch Health (${{ github.sha }}):"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "* Run Tuist Generation: ${{ needs.tuist-generation.result }}"
"text": "Run Tuist Generation: ${{ needs.tuist-generation.result }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "* Build SPM packages: ${{ needs.run-swift-builds.result }}"
"text": "Build SPM packages: ${{ needs.run-swift-builds.result }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "* Build and Unit Test: ${{ needs.build-and-unit-test.result }}"
"text": "Build and Unit Test: ${{ needs.build-and-unit-test.result }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "* Codegen Test Configurations - macOS: ${{ needs.run-codegen-test-configurations.result }}"
"text": "Codegen Test Configurations - macOS: ${{ needs.run-codegen-test-configurations.result }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "* Cocoapods Integration Tests - macOS: ${{ needs.run-cocoapods-integration-tests.result }}"
"text": "Cocoapods Integration Tests - macOS: ${{ needs.run-cocoapods-integration-tests.result }}"
}
}
]
Expand Down

0 comments on commit 71c1852

Please sign in to comment.