Skip to content

v5.2.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 25 Sep 13:06
· 6 commits to refs/heads/main since this release
79cdb81
fix: replace context with default var (#52) @goruha (#53) ## what - Replace context with default variable

why

  • When using container within GitHub Actions, context value is incorrect. Default variable value remains correct.
  • As github.action_path is used during step execution (within runner), it can be replaced by default variable.

references

  • #52
  • There are more reported issues showing this problem in various scenarios, for instance this one