SHA256 checksum
62fecc49c98bdec0bba1ff1e5c2719f116e235769e0998090a7397473ef631e9 aqua-installer
Bug Fixes
#703 Fix the feature of the input enable_aqua_install
.
- Update $PATH even if
enable_aqua_install
is false - Stop running
aqua i
ifenable_aqua_install
isn't true
Others
#704 Update the bootstrap aqua version to v2.37.2
#666 refactor: Use $GITHUB_ACTION_PATH
We ever stopped using ${{ github.action_path }}
and copied aqua-installer in action.yaml due to the bug of GitHub Actions. #463
But we noticed that $GITHUB_ACTION_PATH
worked well in containers as well, so we use it instead of coping aqua-installer in action.yaml.