From 00b754a29a9b055604542399fcfc7590c149d6dc Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 21 Jul 2025 16:58:07 +0200 Subject: [PATCH] more debug --- .gitea/workflows/varnish-exporter.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/varnish-exporter.yml b/.gitea/workflows/varnish-exporter.yml index c4dacba..8d84d31 100644 --- a/.gitea/workflows/varnish-exporter.yml +++ b/.gitea/workflows/varnish-exporter.yml @@ -31,11 +31,13 @@ jobs: commit_message: gitea-actions auto commit - update version push_options: '--force' + - run: echo "${{ steps.new_version.outputs.build }}" + build: - #if: jobs.validate.outputs.build == "true" + needs: validate + if: jobs.validate.outputs.build == "true" timeout-minutes: 2 runs-on: ubuntu-latest - #needs: validate steps: - uses: actions/checkout@v4