Files
runner/src/Test/TestData/composite_action_without_using_token.yml
T

10 lines
199 B
YAML
Raw Normal View History

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"