From 33164c07d39a9aa02afb4eaea3fc06694ba28262 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Thu, 10 Apr 2025 08:38:56 +0200 Subject: [PATCH] clone --- .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 f80a4fa..174bd80 100644 --- a/.gitea/workflows/rh8-native.yml +++ b/.gitea/workflows/rh8-native.yml @@ -13,7 +13,9 @@ jobs: container: image: gitea.psi.ch/images/rhel8-developer-gitea-actions steps: - - uses: actions/checkout@v4 + # - uses: actions/checkout@v4 + - name: Clone repository + run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git . - name: Install dependencies