From 3467335a073af29581b9fd7b518016298e36a6c4 Mon Sep 17 00:00:00 2001 From: BendeeBoo Date: Tue, 21 Nov 2023 14:02:49 +0100 Subject: [PATCH] 12314 --- .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 00f9191..71a6180 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, World" \ No newline at end of file + - name: Printing hello + run: echo "Hello, World" \ No newline at end of file