From e4d902d3a75e59c5a45b871c9d531c23f4da6847 Mon Sep 17 00:00:00 2001 From: "manuel.fehren" Date: Mon, 20 Apr 2026 12:06:02 +0200 Subject: [PATCH] .gitea/workflows/pipeline.yml aktualisiert --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index e20ad29..e07d8d7 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -16,7 +16,7 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "Default Content: ${{ defaultContext }}." + - run: echo "Default Content ${{ defaultContext }}." - run: echo "🍏 This job's status is ${{ job.status }}."