From 5d10495260de0fd60dcd6c4a58db54f552fa9277 Mon Sep 17 00:00:00 2001 From: "manuel.fehren" Date: Tue, 21 Apr 2026 07:39:12 +0200 Subject: [PATCH] .gitea/workflows/pipeline.yml aktualisiert --- .gitea/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 7502811..1b7dc3d 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -12,6 +12,8 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." + - run: echo "Token ${{ secrets.GITEA_TOKEN }}" + - run: echo "REF ${{ gitea.ref }}" - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | @@ -20,7 +22,6 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." -jobs: build: name: Create Release runs-on: ubuntu-latest