레포 이름 재확인
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user