From 914144f07c5ad335b4da6e4b1f175b04b9c19f51 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 21 Jul 2025 18:31:00 +0200 Subject: [PATCH] wrong step name --- .gitea/workflows/varnish-exporter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/varnish-exporter.yml b/.gitea/workflows/varnish-exporter.yml index 60e5af5..fba3d5f 100644 --- a/.gitea/workflows/varnish-exporter.yml +++ b/.gitea/workflows/varnish-exporter.yml @@ -42,10 +42,10 @@ jobs: tagging_message: '${{ env.VERSION }}' push_options: '--force' - - name: DEBUG: build value + - name: DEBUG - build value run: echo "${{ steps.new_version.outputs.build }}" - - name: DEBUG: tag value + - name: DEBUG - tag value run: echo "${{ steps.new_version.outputs.tag }}" build: