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