install-aws-cli-action

Install AWS CLI on a GitHub Actions Linux host

MIT License

Stars
56
Committers
2
install-aws-cli-action - v1 Latest Release

Published by unfor19 11 months ago

Latest release

install-aws-cli-action - v1.0.7

Published by unfor19 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/unfor19/install-aws-cli-action/compare/v1...v1.0.7

install-aws-cli-action - v1

Published by unfor19 almost 2 years ago

Latest v1

install-aws-cli-action - v1.0.6

Published by unfor19 almost 2 years ago

  • Sets download tool to wget by default and fallback to curl; if none is available, will fail in the beginning.
  • Improved the error message in the "Provided version does not exist" - prints the error message in case of a failure
  • Fixed issue #20 where only curl is available and wget is not.

Full Changelog: https://github.com/unfor19/install-aws-cli-action/compare/v1...v1.0.6

install-aws-cli-action - v1.0.4

Published by unfor19 almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/unfor19/install-aws-cli-action/compare/v1.0.3...v1.0.4

install-aws-cli-action - v1.0.3

Published by unfor19 over 2 years ago

install-aws-cli-action - v1.0.2

Published by unfor19 almost 3 years ago

  • Fixed inputs for action
  • Refactored entrypoint.sh to functional programming
install-aws-cli-action - v1.0.1

Published by unfor19 almost 3 years ago

  • Major code refactor, and there's still more to do - need to make functions as pure as possible, they're currently polluted with global+env vars
  • Added the option for installing on arm64
  • CI/CD - using matrix instead of copy-pasting jobs in the test.yaml file
  • CI/CD - added tests for arm64 in Docker