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
Refactor DevContainer command execution to use a temporary script file
- Updated the action to create a temporary script file for the command execution, ensuring the script name is in lowercase.
- Changed the command execution from directly passing the command to using the generated script file.
- Cleaned up the temporary script file after execution.
- Updated workflow files to use a multiline string for the COMMAND input, improving readability.
This change enhances the handling of commands in the DevContainer action and maintains a cleaner environment post-execution.
0 commit comments