export-env-action icon indicating copy to clipboard operation
export-env-action copied to clipboard

Booleans seem to be string variables?

Open hongkongkiwi opened this issue 1 year ago • 1 comments

I notice that the action seems to interpret strings as booleans for the parameters. export: 'false'

Is this a mistake in the documentation? Or it really needs to be string variables of booleans? export: false

hongkongkiwi avatar May 23 '24 06:05 hongkongkiwi

Hi! It's ok and it's the case for all Github Actions since values are passed to actions using env variables and all are strings

cardinalby avatar May 23 '24 09:05 cardinalby