diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index dcac9dda..6b0baf73 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -40,7 +40,9 @@ jobs: needs: search_cache runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + ref: ${{ inputs.ref }} - name: CVAT server. Getting cache from the default branch uses: actions/cache@v3