From 2172ec4588a4fff982cc8a3b6f05876406c22125 Mon Sep 17 00:00:00 2001 From: AsiaK21 <asiak21@onet.eu> Date: Tue, 21 Nov 2023 16:10:50 +0100 Subject: [PATCH] second --- .gitea/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 26c2e4b..f4abda6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,8 +1,8 @@ name: First CI on: [push] jobs: -build: -runs-on: ubuntu-latest -steps: -- name: Printing hello -run: echo "Hello, " + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello,World "