generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Inside Docker containers, processes usually run as root. The action uses sudo to install packages via apt. This has two downsides:
- You may have to install
sudo
to make the action work. - Since sudo runs without
-E
environment variables are not forwarded.
Completion Criteria
The action should provide two options:
- flag to select if actions should run with or without sudo
- parameter to provide additional command line argument to sudo, e.g.
-E
.
Testing Notes / Suggestions
Add an additional test where the action runs as root without sudo
being installed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request