Skip to content

Commit 8c36e3a

Browse files
authored
ci: fix autocommit action (#114)
Signed-off-by: Yurii Shynbuiev <[email protected]>
1 parent fa4f602 commit 8c36e3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ jobs:
4545
commit_message: "feat: update submodules documentation to latest"
4646
commit_user_name: ${{ steps.import_gpg.outputs.name }}
4747
commit_user_email: ${{ steps.import_gpg.outputs.email }}
48-
commit_signoff: true
49-
commit_gpg_sign: true
48+
commit_options: "--no-verify --signoff -S"

0 commit comments

Comments
 (0)