From 7030fd20c45a5de9052c7857fd8c992fab5f988c Mon Sep 17 00:00:00 2001 From: BendeeBoo Date: Tue, 21 Nov 2023 13:59:56 +0100 Subject: [PATCH] Commit Lab_7_3 --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0b1188f..00f9191 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,5 +5,5 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Printing hello - run: echo "Hello, " \ No newline at end of file + -name: Printing hello + run: echo "Hello, World" \ No newline at end of file