Skip to content

Commit

Permalink
fix: 🐛 (#204) trial
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Jan 8, 2024
1 parent a0821ac commit 6759d0e
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 --signoff -m "${PR_COMMIT_MSG}"
GIT_TRACE=1 git commit --signoff -m "${PR_COMMIT_MSG}"

echo "::endgroup::"

Expand Down

0 comments on commit 6759d0e

Please sign in to comment.