Update .woodpecker.yml

This commit is contained in:
root 2025-06-07 01:15:04 +01:00
parent b20d6f3289
commit aa9c062c88

View file

@ -1,6 +1,9 @@
pipeline: pipeline:
debug-env: debug-env:
image: alpine image: alpine
environment:
- GITHUB_USERNAME
- GITHUB_PAT
commands: commands:
- echo "Username set: ${GITHUB_USERNAME:+yes}" - echo "Username set: ${GITHUB_USERNAME:+yes}"
- echo "Token set: ${GITHUB_PAT:+yes}" - echo "Token set: ${GITHUB_PAT:+yes}"