fix(action): clone repo

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-05-26 15:49:08 +02:00
parent 47b9176d6f
commit d42eb0333c

View file

@ -90,7 +90,7 @@ jobs:
} }
function clone_msaas() { function clone_msaas() {
[ -d $MSAAS_REPO_FOLDER ] || { [ -d $MSAAS_REPO_FOLDER ] || {
git clone -b dev --recursive $MSAAS_REPO_URL $MSAAS_REPO_FOLDER git clone -b dev --recursive https://x-access-token:$MSAAS_REPO_CLONE_TOKEN@$MSAAS_REPO_URL $MSAAS_REPO_FOLDER
cd $MSAAS_REPO_FOLDER cd $MSAAS_REPO_FOLDER
cd openreplay && git fetch origin && git checkout main # This have to be changed to specific tag cd openreplay && git fetch origin && git checkout main # This have to be changed to specific tag
git log -1 git log -1