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:
debug-env:
image: alpine
environment:
- GITHUB_USERNAME
- GITHUB_PAT
commands:
- echo "Username set: ${GITHUB_USERNAME:+yes}"
- echo "Token set: ${GITHUB_PAT:+yes}"