From 0f968bcf2a1ae4cfbcee7945017bf08187d94588 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 21 Jul 2025 17:38:51 +0200 Subject: [PATCH] without condition ? --- .gitea/workflows/varnish-exporter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/varnish-exporter.yml b/.gitea/workflows/varnish-exporter.yml index fdc7ba4..71d6eef 100644 --- a/.gitea/workflows/varnish-exporter.yml +++ b/.gitea/workflows/varnish-exporter.yml @@ -38,8 +38,7 @@ jobs: commit_message: gitea-actions auto commit - update version push_options: '--force' - - name: debug output - run: echo "output value: ${{ steps.new_version.outputs.build }}" + - run: echo "${{ steps.new_version.outputs.build }}" build: #needs: validate