Skip to content

Commit

Permalink
dsds
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil committed Oct 3, 2024
1 parent 226dc24 commit 18508e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golang_rc_candidate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,21 @@ jobs:
done
echo "All done!"
echo "GO_RC_VERSION=$rcToInstall" >> $GITHUB_ENV
- name: Send result to slack channel
uses: slackapi/slack-github-action@v1.24.0
with:
channel-id: ${{ secrets.SLACK_RELEASE_CHANNEL_ID }}
payload: |
{
"text": ":mega: *Go Tracer team* : Go package done done - ddsdsdscsc",
"text": ":mega: Unit tests run with Golang RC version-${{ env.GO_RC_VERSION }} - sucess:tada:",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Done done done"
"text": ":mega: Unit tests run with Golang RC version-${{ env.GO_RC_VERSION }} - sucess:tada:"
}
}
]
Expand Down

0 comments on commit 18508e9

Please sign in to comment.