Fixing the breaking change from @electron/lint-roller v2, since this workflow wasn't pinning to a particular version.
Also fixes usage of the boolean input for fetch external links, it was previously always running since github.event.inputs.fetch-external-links converts the boolean to a string, but inputs.fetch-external-links does not.
Fixing the breaking change from
@electron/lint-roller
v2, since this workflow wasn't pinning to a particular version.Also fixes usage of the boolean input for fetch external links, it was previously always running since
github.event.inputs.fetch-external-links
converts the boolean to a string, butinputs.fetch-external-links
does not.