From b8676b484e02fc20e771f8bc5ff35f7e7100cd66 Mon Sep 17 00:00:00 2001 From: "manuel.fehren" Date: Mon, 20 Apr 2026 12:05:45 +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 5412076..e20ad29 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 }}."