Skip to content

Commit

Permalink
Configuring the message a bit more clean yet
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal committed Oct 11, 2024
1 parent 3112bfd commit f41cdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
"attachments": [
{
"color": "good",
"text": "*PASSED*: :white_check_mark: *Pull request*: ${{ env.SAFE_BRANCH_NAME }} \n#${{ github.run_number }} - *${{ github.event.pull_request.title }}* \n*PR*: ${{ github.event.pull_request.html_url }} \n*Pipeline*: ${{ env.BUILD_URL }} \n*Branches used*: \n - rskj:`${{ env.RSKJ_BRANCH }}` \n - fed:`${{ env.POWPEG_BRANCH }}` \n - rootstock-integration-tests:`${{ env.RIT_BRANCH }}`"
"text": "*PASSED*: :white_check_mark: - *${{ github.event.pull_request.title }}* \n*Pull request*: ${{ github.event.pull_request.html_url }} \n*Pipeline*: ${{ env.BUILD_URL }} \n*Branches used*: \n - rskj:`${{ env.RSKJ_BRANCH }}` \n - fed:`${{ env.POWPEG_BRANCH }}` \n - rootstock-integration-tests:`${{ env.RIT_BRANCH }}`"
}
]
}
Expand All @@ -149,7 +149,7 @@ jobs:
"attachments": [
{
"color": "danger",
"text": "*FAILED*: :x: *Pull request*: ${{ env.SAFE_BRANCH_NAME }} \n#${{ github.run_number }} - *${{ github.event.pull_request.title }}* \n*PR*: ${{ github.event.pull_request.html_url }} \n*Pipeline*: ${{ env.BUILD_URL }} \n*Branches used* \n - rskj:`rsksmart#${{ env.RSKJ_BRANCH }}` \n - fed:`${{ env.POWPEG_BRANCH }}` \n - rootstock-integration-tests:`${{ env.RIT_BRANCH }}`"
"text": "*FAILED*: :x: - *${{ github.event.pull_request.title }}* \n*Pull request*: ${{ github.event.pull_request.html_url }} \n*Pipeline*: ${{ env.BUILD_URL }} \n*Branches used* \n - rskj:`rsksmart#${{ env.RSKJ_BRANCH }}` \n - fed:`${{ env.POWPEG_BRANCH }}` \n - rootstock-integration-tests:`${{ env.RIT_BRANCH }}`"
}
]
}

0 comments on commit f41cdea

Please sign in to comment.