Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelogs/2026-01-29_20-18-38.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- **Internal Refactoring**: An internal variable (`env_blob_key` to `comp_env_key`) within the environment variable merging logic was renamed for improved clarity and maintainability. This change does not alter user-facing behavior.

### Removed
- Explicit environment variable mappings for action inputs from `action.yml`. This removal is a direct consequence of the improved configuration input handling, as inputs are now read directly by the action's script.
- Explicit environment variable mappings for action inputs from `action.yml`. This removal is a direct consequence of the improved configuration input handling, as inputs are now read directly by the action's script.
6 changes: 6 additions & 0 deletions changelogs/2026-01-29_20-26-44.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## [Unreleased]

### Changed
- Improved the execution of `sudo` commands for remote connections. Commands are now wrapped in `bash -c` to ensure `sudo` correctly applies to the entire command, including pipelines and chained commands, preventing partial execution failures.
Loading