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
Declare an environment variable input. The received value should be a string, and it will be exported to the task environment as an environment variable given by name.
So, at least to me, that means the following is how it would be implemented:
The process input/output types are documented here with more examples. The reference page is still new and relatively sparse. I haven't decided on what else should be moved into the reference docs vs the main process page which is more of a user guide.
New feature
process-reference-inputs states the following for
env( name )
:So, at least to me, that means the following is how it would be implemented:
...but that just results in:
It would be helpful to have >=1 example or at least more clarification in the docs on how to use
env
The text was updated successfully, but these errors were encountered: