toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

@actions/core - provide way to get env context

Open timharris777 opened this issue 5 years ago • 1 comments

Currently the only way to get env vars from the workflow's env context is to use process.env. The issue with this is that process.env also contains tons of system env vars from the host. Please provide a way to for us to access the workflow env context without all the extra host system variables mixed in.

timharris777 avatar Dec 10 '20 20:12 timharris777

Additionally, the vars context should also be available to be queried.

ohookins avatar May 04 '24 02:05 ohookins