Skip to content

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 15 Mar 18:22
· 8 commits to main since this release
634270d

Changelog

Others

  • 634270d: Enhance context flag parsing in template.go to support base64-encoded JSON values. Update related command flags in main.go and action.yml for improved context variable handling and clarity. (@struckchure)
  • 5ee727f: Enhance context variable handling in deploy action by applying JSON encoding to context references for improved command execution consistency. (@struckchure)
  • 53b4b1c: Optimize command execution in deploy action by removing unnecessary quotes around array expansion for improved readability and consistency. (@struckchure)
  • 9c9d0df: Refactor deploy action to improve indentation and readability of context variable handling in command execution. (@struckchure)
  • 58a4672: Refactor deploy action to use double quotes for context variable handling, enhancing command execution consistency and readability. (@struckchure)
  • 84f981c: Update default values for context variables in deploy action to empty strings for improved clarity and usability. (@struckchure)
  • 414e5fa: Update deploy action context variable descriptions for clarity and add default values for improved usability. (@struckchure)