export-env-action
export-env-action copied to clipboard
Booleans seem to be string variables?
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
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