From 2f2d392c1211f7c6b05ce88f5022e2e1eccc73a3 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 8 Jun 2025 10:37:04 +0100 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ee71bde..f914294 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,9 +6,9 @@ steps: GITHUB_PAT: from_secret:GITHUB_PAT GITHUB_USERNAME: from_secret:GITHUB_USERNAME commands: - - echo "GITHUB_USERNAME is set: \${GITHUB_USERNAME:+yes}" - - echo "GITHUB_PAT is set: \${GITHUB_PAT:+yes}" - - echo "GITHUB_PAT starts with: \${GITHUB_PAT:0:4}****" + - 'echo "GITHUB_USERNAME is set: ${GITHUB_USERNAME:+yes}"' + - 'echo "GITHUB_PAT is set: ${GITHUB_PAT:+yes}"' + - 'echo "GITHUB_PAT starts with: ${GITHUB_PAT:0:4}****"' when: event: [push, pull_request, manual]