Skip to content

Commit de1d328

Browse files
authored
Merge pull request #1675 from achouhan09/dco-fix
Added a fix for DCO failure
2 parents 3f5f580 + ab5864b commit de1d328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-noobaa-core-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git config --global user.name "NooBaa GitHub Action"
5353
git checkout -B update-core-tag-${{ steps.generate_tag.outputs.container_image_tag }}
5454
git add pkg/options/options.go
55-
git commit -m "chore: update noobaa-core image tag to ${{ steps.generate_tag.outputs.container_image_tag }}"
55+
git commit -s -m "chore: update noobaa-core image tag to ${{ steps.generate_tag.outputs.container_image_tag }}"
5656
git push origin update-core-tag-${{ steps.generate_tag.outputs.container_image_tag }}
5757
5858
- name: Create Pull Request

0 commit comments

Comments
 (0)