This commit is contained in:
@@ -130,7 +130,7 @@ def main() -> int:
|
||||
print("[Git] 首次提交,无可对比版本,跳过。")
|
||||
return 0
|
||||
|
||||
changed_files = get_changed_java_controller_files(prev_sha, commit_info.sha)
|
||||
changed_files = [f.replace("\\", "/") for f in get_changed_java_controller_files(prev_sha, commit_info.sha)]
|
||||
if not changed_files:
|
||||
print("[Git] 本次提交未变更 Controller 文件,跳过。")
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user