From 7c5d72852ab9912887b79cabf48cee58e2b54b47 Mon Sep 17 00:00:00 2001 From: Jakub Dudek Date: Fri, 1 Dec 2023 11:10:08 +0100 Subject: [PATCH] first ci --- .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 c6c85bd..da21eb6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,4 +6,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Printing hello - run: echo "Hello, world" \ No newline at end of file + run: echo "Hello, 🌏" \ No newline at end of file