fix(generate): Create a correct result
All checks were successful
Run pre-commit on all files / pre-push (push) Successful in 18s
All checks were successful
Run pre-commit on all files / pre-push (push) Successful in 18s
This commit is contained in:
parent
71fcc80fd9
commit
6cf7970c09
1 changed files with 5 additions and 5 deletions
|
@ -60,11 +60,11 @@ let
|
|||
''
|
||||
json2yaml "$valuePath" out
|
||||
cat "$headerPath" out > "$out"
|
||||
''
|
||||
+ (optionalString buildCheck ''
|
||||
# Check that the workflow is valid
|
||||
cd "${rootSrc}" && action-validator "$out"
|
||||
'');
|
||||
${optionalString buildCheck ''
|
||||
# Check that the workflow is valid
|
||||
cd "${rootSrc}" && action-validator "$out"
|
||||
''}
|
||||
'';
|
||||
|
||||
install =
|
||||
name: value:
|
||||
|
|
Loading…
Add table
Reference in a new issue