Nick Novitski
f33559582d
fix: Pass arguments
...
The INPUTS_* environment variables are not present in composite actions.
A flag interface seems more intuitive for local testing too.
2023-10-19 10:13:44 -07:00
Nick Novitski
c6e9a101ae
feat: Don't add nonexistent directories to PATH
2023-10-18 22:11:13 -07:00
Nick Novitski
a30a7fa1b3
feat: Don't add empty or already-set variables
2023-10-18 22:09:38 -07:00
Nick Novitski
645aeb5651
feat: detect and fail on invalid delimiters
2023-10-18 20:52:41 -07:00
Nick Novitski
fa86b00e2a
fix: support --keep
flag in arguments
...
Achieved by consistently using `--ignore-environment` flag, even though
that's not strictly necessary.
Fixes using devenv, which requires `--keep PATH` to run its shellhook.
2023-10-18 20:37:01 -07:00
Nick Novitski
e10b9cffe9
Initial commit
2023-10-18 16:57:10 -07:00