From de7f523af12e4d10aad9fe8566ce386129fdf901 Mon Sep 17 00:00:00 2001 From: RaVi Date: Tue, 21 Nov 2023 13:52:13 +0100 Subject: [PATCH] fix base commit --- .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 9e78425..dce058c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,4 +5,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Printing hello - run: echo "Hello, " \ No newline at end of file + run: echo "Hello, " \ No newline at end of file