From 3232cd985c369eb32b6bd2b01aca3fcf0e73054c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20P=C3=A9rez?= Date: Thu, 29 May 2025 22:08:06 +0200 Subject: [PATCH] another try --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 16fb1bd..b1c24ba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ steps: image: debian commands: - echo "This is the build step" - - echo "binary-data-123" > executable + - echo "binary-data-123-456" > executable - name: a-test-step image: golang:1.16 commands: