Files
runner/src/Test/TestData/composite_action_without_using_token.yml
2022-08-16 17:17:42 +02:00

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"