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 - name: test
image: alpine image: alpine
commands: commands:
- echo "Hello from Woodpecker CI!" - echo 'Hello from Woodpecker CI!'
- echo "Repository: infrastructure" - echo 'Repository - infrastructure'
- date - date
- uname -a - uname -a