You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)