-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Hi,
I need to clear up space on my github runner instance by removing unused directories, specifically the 20+GB inside /usr/share/dotnet. This requires me to run the commands as sudo
. I would like to put this inside mage so I can share this logic with all my actions. I cannot use the mage-action to do this since this rm command requires sudo.
Is it possible to have a flag to run the mage command inside sudo?
Thanks!