From bcdce102bd4c388672f73f7641c3293360e718dd Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 11 Oct 2023 19:29:01 +0000 Subject: [PATCH] lll --- .gitea/workflows/demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 83a10f1..68f6491 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -8,6 +8,7 @@ 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@v3 + with: github-server-url: 'https://hannover.ccc.de/gitlab/' - 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