We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceef181 commit 4f612d3Copy full SHA for 4f612d3
.github/workflows/deploy-sdk.yml
@@ -101,7 +101,7 @@ jobs:
101
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
102
103
- name: Send Velocity Deployment
104
- uses: codeclimate/velocity-deploy-action@1b4a22f0db113bf8d85c14fd726cf0ec6d17cd13 # v1.0.0
+ uses: codeclimate/velocity-deploy-action@v1.0.0 # v1.0.0
105
if: steps.semantic-release.outputs.new_release_published == 'true' # only run if a git tag was made.
106
with:
107
token: ${{ secrets.VELOCITY_DEPLOYMENT_TOKEN }}
0 commit comments