Releases: alboompro/action-awscli
v0.1.1
I# Release Notes for action-awscli
New Features
-
Efficient Environment Variable Checks: We've optimized our environment variable checks to make the action run even faster. Instead of checking each variable individually, we now loop through all required variables and exit if any are not set. This reduces repetition in the code and speeds up the action.
-
Simplified Default Value Setting: We're now using parameter expansion to set default values for
AWS_REGION. This simplifies the code and makes it easier to understand.
Improvements
-
Code Readability: With these changes, the code is now more readable and maintainable. It's easier to see at a glance what the script does, which will make future development smoother.
-
Error Messages: If a required environment variable isn't set, the script now prints a message specifying which variable is missing. This makes it easier to troubleshoot issues when running the action.
Backward Compatibility
These changes are fully backward compatible. The action works exactly as before; it just does so more efficiently and with clearer code.
Conclusion
This release focuses on improving efficiency and readability. We believe these changes will make the action easier to use and maintain going forward. As always, we welcome your feedback and look forward to hearing about your experiences with this new release.