From 734bbdd10d8b40589c7e29d80a00e10e7466d5d7 Mon Sep 17 00:00:00 2001 From: Kirill Sizov Date: Tue, 26 Jul 2022 11:40:49 +0300 Subject: [PATCH] Hotfix for full check (#50) Fix full check --- .github/workflows/full.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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