From cd5bead36d98b8232c5053310362132295ff7b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 1 Apr 2023 20:01:18 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9E.gitea/workflows/build.?= =?UTF-8?q?yml=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d64c77a..aefeef3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,9 +8,10 @@ jobs: - run: echo "🎉 The job was automatically triggered by a push event." - run: echo "💡 The gitea-runner-example 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 + - name: Setup git run: | - ls + git config --global user.name "Radim Lipovčan" + git config --global user.email "radim@lipovcan.cz" - name: Prepare packages run: | apt update