레포 이름 재확인

This commit is contained in:
Lectom C Han
2025-12-16 08:57:12 +09:00
parent 537a82323c
commit 762360dc45

View File

@@ -84,6 +84,11 @@ jobs:
echo "Processing source: ${source_repo} / branch: ${branch_name}" echo "Processing source: ${source_repo} / branch: ${branch_name}"
repo_name="${branch_name}" repo_name="${branch_name}"
if [[ "${branch_name}" == "Develop_Net8" ]]; then
repo_name="base"
elif [[ "${branch_name}" == "Develop_Net8_"* ]]; then
repo_name="${branch_name#Develop_Net8_}"
fi
echo "Target repository name: ${repo_name}" echo "Target repository name: ${repo_name}"
# Skip if the source branch does not exist or is empty # Skip if the source branch does not exist or is empty