We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d0577 commit 0e9d300Copy full SHA for 0e9d300
bump-version/action.yml
@@ -38,7 +38,7 @@ runs:
38
- name: Commit the version bump
39
uses: mongodb-labs/drivers-github-tools/git-sign@v3
40
with:
41
- command: git commit -a -m \"${{ env.COMMIT_MESSAGE }}\" -s --gpg-sign=${{ env.GPG_KEY_ID }}
+ command: git commit -a -m "${{ env.COMMIT_MESSAGE }}" -s --gpg-sign=${{ env.GPG_KEY_ID }}
42
ecr_repository: ${{ inputs.ecr_repository }}
43
- name: Push the commit to the source branch
44
shell: bash -eux {0}
0 commit comments