Skip to content

Commit

Permalink
fix: add -s flag to commit in push script
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Dec 12, 2023
1 parent 12df1d7 commit 844e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/automation/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function github-branch-commit() {
return 0
fi
# make Github CI skip this build
if ! git commit -m "Autoupdate [ci skip]"; then
if ! git commit -m "Autoupdate [ci skip]" -s; then
err "failed to commit updates"
return 1
fi
Expand Down

0 comments on commit 844e0f7

Please sign in to comment.