diff --git a/.gitea/workflows/interp_act.yaml b/.gitea/workflows/interp_act.yaml index 8a9567f..81d44a4 100644 --- a/.gitea/workflows/interp_act.yaml +++ b/.gitea/workflows/interp_act.yaml @@ -7,7 +7,7 @@ jobs: image: git.minres.com/tooling/riscof_sail:latest steps: - name: Check out repository code - run: git clone --recursive https://git.minres.com/TGFS/TGC-ISS.git + run: git clone --recursive -b ${{gitea.ref_name}} https://git.minres.com/TGFS/TGC-ISS.git - name: Checkout TGC-COMPLIANCE run: |