mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-12-25 04:41:27 +00:00
- Updated variable expansions to use double quotes for better safety and to prevent word splitting.
- Replaced `ls` with `find` in cache operations to handle non-alphanumeric filenames more robustly.
- Enhanced array handling in scripts by using `${*:N}` syntax for concatenation.
- Improved readability and consistency in conditional checks by using `[[ ... ]]` instead of `[ ... ]`.
- Added comments for clarity on specific operations and shellcheck directives.
|
||
|---|---|---|
| .. | ||
| pub_dev_push_event.yml | ||
| pub_master_push_event.yml | ||
| pub_staging_push_event.yml | ||
| pull_request.yml | ||
| shellcheck.yml | ||