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 c50fed7 commit c4bcb65Copy full SHA for c4bcb65
.github/workflows/create_release_branch.yml
@@ -80,7 +80,7 @@ jobs:
80
jq --arg version "${{ github.event.inputs.version }}" '.mongodbOperator=$version' release.json > tmp_release.json
81
mv tmp_release.json release.json
82
git add release.json
83
- git commit -m "Update release.json with version ${{ github.event.inputs.version }}"
+ git commit -S -m "Update release.json with version ${{ github.event.inputs.version }}"
84
git push origin ${{ github.event.inputs.branch_name }}
85
env:
86
GH_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments