fix: remove duplicate .gitea folder to resolve CI workflow conflict
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 17:09:54 +00:00
parent 0a2b65c888
commit 0b3c46162c

View File

@@ -214,6 +214,7 @@ def handle_hook_invocation(args: list, repo_path: Optional[str] = None) -> str:
commit_msg_file = args[0] commit_msg_file = args[0]
commit_source = args[1] if len(args) > 1 else "" commit_source = args[1] if len(args) > 1 else ""
args[2] if len(args) > 2 else ""
try: try:
from .generator import generate_commit_message from .generator import generate_commit_message