From ba528a52ab38485d854c03b613abd9b9d180f1ea Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Sat, 6 Jul 2024 11:31:14 +0200 Subject: [PATCH] try fix action --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 29e326a..7d17f77 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -15,6 +15,8 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v4 + with: + github-server-url: 'https://yuno.oiseauroch.fr/gitea/' - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository