From b98ba1d66b7a1f580ee3886188e145fcb7d33b10 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 00f9191..cfdbcc5 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 + - name: Printing hello run: echo "Hello, World" \ No newline at end of file