diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index 928939b..84357d0 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -13,9 +13,9 @@ steps:
           from_secret: gnous_cicd_token
         commands:
           - STEP_1_OUTPUT=$(cat output.txt)
+          - echo "test"
+          - cat output.txt
         comment: >
-          ✅ Build ${CI_BUILD_EVENT} of `${CI_REPO_NAME}` has status `${CI_BUILD_STATUS}`.
-
           `${STEP_1_OUTPUT}`
 
           🌐 ${CI_BUILD_LINK}