Update .woodpecker.yml
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
root 2025-06-08 10:38:39 +01:00
parent 2f2d392c12
commit 6adec86c05

View file

@ -6,9 +6,8 @@ steps:
GITHUB_PAT: from_secret:GITHUB_PAT GITHUB_PAT: from_secret:GITHUB_PAT
GITHUB_USERNAME: from_secret:GITHUB_USERNAME GITHUB_USERNAME: from_secret:GITHUB_USERNAME
commands: commands:
- 'echo "GITHUB_USERNAME is set: ${GITHUB_USERNAME:+yes}"' - 'echo "GITHUB_USERNAME is set to: ${GITHUB_USERNAME}"'
- 'echo "GITHUB_PAT is set: ${GITHUB_PAT:+yes}"' - 'echo "GITHUB_PAT is set to: ${GITHUB_PAT}"'
- 'echo "GITHUB_PAT starts with: ${GITHUB_PAT:0:4}****"'
when: when:
event: [push, pull_request, manual] event: [push, pull_request, manual]