Fix YAML syntax
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-18 16:40:48 +02:00
parent a40f1a1e6a
commit 69e1338a5b

View File

@@ -2,7 +2,7 @@ steps:
- name: test
image: alpine
commands:
- echo "Hello from Woodpecker CI!"
- echo "Repository: infrastructure"
- echo 'Hello from Woodpecker CI!'
- echo 'Repository - infrastructure'
- date
- uname -a