From 8a6f8fe91fd1d73d1e4a81829e232a7fc1fc8325 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 10 Apr 2025 15:41:56 +0200 Subject: [PATCH] chore(action): cloning specific tag Signed-off-by: rjshrjndrn --- .github/workflows/patch-build-old.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch-build-old.yaml b/.github/workflows/patch-build-old.yaml index 90a1fc1cb..719f2bfdb 100644 --- a/.github/workflows/patch-build-old.yaml +++ b/.github/workflows/patch-build-old.yaml @@ -99,7 +99,7 @@ jobs: } function clone_msaas() { [ -d $MSAAS_REPO_FOLDER ] || { - git clone -b dev --recursive https://x-access-token:$MSAAS_REPO_CLONE_TOKEN@$MSAAS_REPO_URL $MSAAS_REPO_FOLDER + git clone -b $INPUT_TAG --recursive https://x-access-token:$MSAAS_REPO_CLONE_TOKEN@$MSAAS_REPO_URL $MSAAS_REPO_FOLDER cd $MSAAS_REPO_FOLDER cd openreplay && git fetch origin && git checkout $INPUT_TAG git log -1