From ab2f06d15bb3aeb679557b0e0b61cb35062c1c36 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Tue, 22 Apr 2025 14:27:26 +0200 Subject: [PATCH] checkout --- .gitea/workflows/rh8-native.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/rh8-native.yml b/.gitea/workflows/rh8-native.yml index cedf8847a..21a94e8b0 100644 --- a/.gitea/workflows/rh8-native.yml +++ b/.gitea/workflows/rh8-native.yml @@ -13,7 +13,10 @@ jobs: container: image: gitea.psi.ch/detectors/rhel8-detectors-dev steps: - - uses: actions/checkout@v3 + - name: Clone repository + run: | + echo Cloning ${{ github.ref_name }} + git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch=${{ github.ref_name }} . - name: Build library run: |