TARGET_HEADS_FILE 미정의로 터지던(LLM의표현) 부분을 제거

This commit is contained in:
Lectom C Han
2025-12-19 17:34:01 +09:00
parent 83e3c4cf18
commit 139e7380df
2 changed files with 1 additions and 1 deletions

View File

@@ -333,7 +333,6 @@ jobs:
fi
heads_detail="src=${source_commit} tgt=${target_commit:-none}"
exists_text=$(${repo_exists} && echo "true" || echo "false")
echo -e "${repo_name}\tmain\t${target_commit:-}\t${exists_text}" >> "${TARGET_HEADS_FILE}"
decision=""
if ! ${repo_exists}; then