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 3a066cc commit 7582f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang_rc_candidate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo "Dealing with Golang RC version!"
rcToInstall=$(git ls-remote -t https://github.com/golang/go | awk -F/ '{ print $NF }' | sort -V | grep rc | tail -1 | tr -d ' ')
echo "RC version : $rcToInstall"
echo "GO_RC_VERSION=$rcToInstall" >> $GITHUB_ENV
url="golang.org/dl/$rcToInstall@latest"
echo "RC URL : $url"
Expand Down Expand Up @@ -68,7 +69,6 @@ jobs:
done
echo "All done!"
echo "GO_RC_VERSION=$rcToInstall" >> $GITHUB_ENV
- name: Send sucess to slack channel
if: ${{ steps.run_tests_with_rc.outcome == 'success'}}
Expand All @@ -91,7 +91,7 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_RELEASE_CHANNEL_ID: ${{ secrets.SLACK_RELEASE_CHANNEL_ID }}
- name: Send sucess to slack channel
- name: Send failure to slack channel
if: ${{ steps.run_tests_with_rc.outcome == 'failure'}}
uses: slackapi/slack-github-action@v1.24.0
with:
Expand Down

0 comments on commit 7582f0f

Please sign in to comment.