fix(generate): Create a correct result
All checks were successful
Run pre-commit on all files / pre-push (push) Successful in 18s

This commit is contained in:
Tom Hubrecht 2025-01-15 13:09:36 +01:00
parent 71fcc80fd9
commit 6cf7970c09
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q

View file

@ -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: