Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 13:26
· 21 commits to main since this release
6827337

Changelog

Others

  • 2eae258: Enhance context variable handling in deploy action by applying JSON encoding to context references for improved command execution. (@struckchure)
  • f9745c1: Fix context variable handling in deploy action by adding quotes around context references for improved command execution. (@struckchure)
  • effd416: Refactor argument handling in deploy action to use array syntax for improved command execution and readability. (@struckchure)
  • d3c7fd6: Refactor argument handling in deploy action to use string concatenation for context variables, improving command execution and readability. (@struckchure)
  • 60a7ba2: Refactor deploy action to enhance context variable handling (@struckchure)
  • 6827337: Remove debug print statement from ParseContextFlags function in template.go for cleaner code. Update context variable handling in deploy action to fix quote syntax for improved command execution. (@struckchure)
  • 2bd22bc: Update deploy action to use simplified context variable names (@struckchure)