diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index e37b63931..f35c738bc 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -83,6 +83,9 @@ jobs: [ -d $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 openreplay && git fetch origin && git checkout main # This have to be changed to specific tag + git log -1 + cd $MSAAS_REPO_FOLDER bash git-init.sh git checkout }