From b480b945e5a7f3924382dc023285d83b363ba007 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 11 Oct 2023 19:29:53 +0000 Subject: [PATCH] aaa --- .gitea/workflows/demo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 68f6491..27097c5 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -8,7 +8,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@v3 - with: github-server-url: 'https://hannover.ccc.de/gitlab/' + 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