Skip to content

Commit 016525c

Browse files
committed
add push_options to ci workflow
1 parent 7df2631 commit 016525c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
with:
3838
commit_message: "build: ${{ github.sha }}"
3939
branch: build
40-
commit_options: "--no-verify"
40+
commit_options: "--no-verify"
41+
push_options: "--no-verify"

0 commit comments

Comments
 (0)