diff --git a/.gitea/workflows/rh8-native.yml b/.gitea/workflows/rh8-native.yml index 7c9f91a..e5a6e69 100644 --- a/.gitea/workflows/rh8-native.yml +++ b/.gitea/workflows/rh8-native.yml @@ -15,7 +15,9 @@ jobs: steps: # - uses: actions/checkout@v4 - name: Clone repository - run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git . + run: | + echo Cloning {{ github.ref_name }} + git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch={{ github.ref_name }} . - name: Install dependencies