From d1e291d583150bfa031a6867c2a646442d247e95 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Thu, 10 Apr 2025 08:59:11 +0200 Subject: [PATCH] branch name --- .gitea/workflows/rh8-native.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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