diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 00f9191..0b1188f 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, " \ No newline at end of file