mirror of
https://github.com/apple/container.git
synced 2026-09-09 01:05:40 +00:00
This PR improves **safety and consistency** of the GitHub Actions workflow (build-test-images.yml) file by: - Using **[[ ... ]]** **instea**d of **[ ... ]** for conditionals. - Adding **double quotes** around inputs and refs to **avoid** evaluation issues. This helps prevent bugs in **shell parsing**, especially with **empty or misinterpreted** input values. @katiewasnothere @wlan0