Skip to content

Commit

Permalink
fix: 🐛 (#204) fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Jan 8, 2024
1 parent 93fe048 commit 6a81079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if git diff --quiet && git diff --staged --quiet; then
exit 0
fi

git commit -m --signoff "${PR_COMMIT_MSG}"
git commit --signoff -m "${PR_COMMIT_MSG}"

echo "::endgroup::"

Expand Down

0 comments on commit 6a81079

Please sign in to comment.