diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3fb755893..974f34d80 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -69,10 +69,17 @@ jobs: with: fetch-depth: 0 - - name: Clone utils repo - if: env.BRANCH_EXISTS == 'true' - run: | - git clone -b ${{ env.BRANCH }} https://github.com/${{ env.USER }}/vscode-uitests-tooling.git ../vscode-uitests-tooling + # - name: Clone utils repo + # if: env.BRANCH_EXISTS == 'true' + # run: | + # git clone -b ${{ env.BRANCH }} https://github.com/${{ env.USER }}/vscode-uitests-tooling.git ../vscode-uitests-tooling + - name: Checkout Repository + uses: actions/checkout@v4 + working-directory: ../ + with: + ref: ${{ env.USER }}/vscode-uitests-tooling + repository: ${{ env.USER }}/vscode-uitests-tooling + fetch-depth: 0 - name: Set up JDK 17 uses: actions/setup-java@v4