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.
2 parents 3f5f580 + ab5864b commit de1d328Copy full SHA for de1d328
.github/workflows/update-noobaa-core-tag.yml
@@ -52,7 +52,7 @@ jobs:
52
git config --global user.name "NooBaa GitHub Action"
53
git checkout -B update-core-tag-${{ steps.generate_tag.outputs.container_image_tag }}
54
git add pkg/options/options.go
55
- git commit -m "chore: update noobaa-core image tag to ${{ steps.generate_tag.outputs.container_image_tag }}"
+ git commit -s -m "chore: update noobaa-core image tag to ${{ steps.generate_tag.outputs.container_image_tag }}"
56
git push origin update-core-tag-${{ steps.generate_tag.outputs.container_image_tag }}
57
58
- name: Create Pull Request
0 commit comments