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"
|