From e97cf69fd56bf33cd4c6638aac4bed1a0ce57018 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Thu, 10 Apr 2025 09:00:15 +0200 Subject: [PATCH] WIP --- .gitea/workflows/rh8-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/rh8-native.yml b/.gitea/workflows/rh8-native.yml index e5a6e69..a8013cc 100644 --- a/.gitea/workflows/rh8-native.yml +++ b/.gitea/workflows/rh8-native.yml @@ -16,8 +16,8 @@ jobs: # - uses: actions/checkout@v4 - 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 }} . + echo Cloning ${{ github.ref_name }} + git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch=${{ github.ref_name }} . - name: Install dependencies