In .github/actions/setup/action.yml, add an image-gen boolean input (default false) that enable generating images during setup.
When false: workflow should not download inkscape imagemagic with apt. MT_GENERATE_IMAGES environment variable should be set to "false".
When true: workflow should download inkscape imagemagic with apt. MT_GENERATE_IMAGES environment variable should be set to "true".
In
.github/actions/setup/action.yml, add animage-genboolean input (default false) that enable generating images during setup.When false: workflow should not download
inkscape imagemagicwith apt.MT_GENERATE_IMAGESenvironment variable should be set to "false".When true: workflow should download
inkscape imagemagicwith apt.MT_GENERATE_IMAGESenvironment variable should be set to "true".