fix: remove duplicate .gitea folder to resolve CI workflow conflict
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user