mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
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"
|