From 16a72b81fe41bdbad845e27653c2c85f3802c2e7 Mon Sep 17 00:00:00 2001 From: Kr4ms00n <123448079+Kr4ms00n@users.noreply.github.com> Date: Thu, 20 Nov 2025 15:18:36 +0100 Subject: [PATCH] nowy ulepszony plik --- .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 73e9771..9fdec5a 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, " \ No newline at end of file + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello,World" \ No newline at end of file