f9c2bf1dd7
Co-authored-by: Octavia Stancu <avastancu@Octavias-MBP.home>
10 lines
199 B
YAML
10 lines
199 B
YAML
name: "composite action"
|
|
description: "test composite action without value for the 'using' token in 'runs'"
|
|
|
|
runs:
|
|
steps:
|
|
- id: mystep
|
|
shell: bash
|
|
run: |
|
|
echo "hello world"
|