From 5706eee71d974ea3ba1a02adbd1adf0fe1fdefa5 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 31 Jul 2025 12:50:06 +0000 Subject: [PATCH] pipeline test v3 --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 86dadce..d24e29a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,4 +9,5 @@ steps: STAGING_SSH_KEY: from_secret: STAGING_SSH_KEY commands: - - echo "SSH key is: ${STAGING_SSH_KEY}" \ No newline at end of file + - echo "SSH key is: ${STAGING_SSH_KEY}" + \ No newline at end of file