Closed tchajed closed 4 years ago
Hi @tchajed indeed, even if the startGroup / endGroup
were not directly documented, they can be handy. And with the latest version of custom_script, this does not allow using one's own startGroup/endGroup in the install:
script:
new fields...
I will quickly propose a PR.
The new value for custom_script that includes all the sections surrounds each one with a
startGroup
with a generic name:Those names are a bit annoying on their own, but worse GitHub actions doesn't seem to support nested groups so they forbid adding any user groups (unless you rewrite
custom_script
, of course).