From d366c75a2f688ce6f4601847aac0ef2e2b318485 Mon Sep 17 00:00:00 2001 From: christian Date: Sat, 27 Apr 2024 08:36:25 +0200 Subject: [PATCH] fixed ci --- .gitea/workflows/first.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/first.yaml b/.gitea/workflows/first.yaml index d063f66..3e2da4b 100644 --- a/.gitea/workflows/first.yaml +++ b/.gitea/workflows/first.yaml @@ -15,4 +15,4 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ gitea.status }}." \ No newline at end of file + - run: echo "🍏 This jobs status is ${{ gitea.status }}." \ No newline at end of file