Improved error logs for missing 'using' configuration in metadata file (#2052)

Co-authored-by: Octavia Stancu <avastancu@Octavias-MBP.home>
This commit is contained in:
Ava Stancu
2022-08-16 17:17:42 +02:00
committed by GitHub
parent 84e7949457
commit f9c2bf1dd7
3 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
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"