You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tueda,
Thanks for bringing this forward.
You are right it seems that the issue is related to actions/toolkit#361
I will patch this ASAP. ( ECD : end of this weekend )
Sorry for breaking your workflow.
The getInput function used to parse the new isAbsoluteParam parameter parses it as a string rather than a boolean, leading to reading the default value as a string which is truthy. The correct way to parse the input will be to use getBooleanInput.
The following usage of the action does not work with 0.4.2 (log) or 0.4.4 (log):
Indeed, with 0.3 (log), this successfully creates
foo.txt
in the root of the repository directory.The text was updated successfully, but these errors were encountered: