From 812f18645a75b30be44fb3063f42026d6f50795f Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Sun, 5 May 2024 21:02:32 +0200 Subject: [PATCH] fix action --- .gitea/workflows/myaction.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/myaction.yaml b/.gitea/workflows/myaction.yaml index 1029150..3498d41 100644 --- a/.gitea/workflows/myaction.yaml +++ b/.gitea/workflows/myaction.yaml @@ -16,4 +16,4 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "🍏 This lukas's job is job's status is ${{ job.status }}."