Skip to content

v0.2.6

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Mar 19:14
e88fd1b

Changelog

Others

  • e88fd1b: Add error logging in agent command execution to improve debugging (@struckchure)
  • 5ce79b1: Improve context variable handling in deploy action by adding checks for empty JSON values, ensuring only non-empty contexts are included in command execution. (@struckchure)
  • b344283: Refactor context variable handling in deploy action to remove unnecessary JSON encoding, enhancing command execution clarity and consistency. (@struckchure)
  • c0d368a: Refactor deploy action to streamline context handling by removing commented-out code and directly specifying context arguments, enhancing clarity and maintainability. (@struckchure)
  • e3eed3f: Rename context variable inputs in deploy action for clarity: updated 'vars' to 'vars_context', 'secrets' to 'secrets_context', and 'github' to 'github_context'. This enhances consistency and improves understanding of variable usage. (@struckchure)