Files
crowci-test/.crow/my-first-workflow.yml
2025-12-12 15:13:32 +05:30

10 lines
162 B
YAML

when:
- event: manual
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable