Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 19:34
· 17 commits to refs/heads/main since this release
47bfd07
Fix matrix_key as a string literal instead of a value reference @ahatzz11 (#20)

The json creation was using "matrix_key" as a string literal instead of referencing the matrix_key variable that gets set from the input. This PR fixes the issue.

Before this action on v0.4.0 would write the following json:

{"matrix_key":{"url":"https://frontend-auth.url.com/","paths":"Application:\n","fd_name":"frontend-auth"}}

With this PR it writes the following, which matches the behavior of v0.3.1:

{"frontend-auth":{"url":"https://frontend-auth.url.com/","paths":"Application:\n","fd_name":"frontend-auth"}}

This was tested on a private repository so I can't share the full build, but hopefully the above is enough information.

Related slack message in SweetOps Slack: https://sweetops.slack.com/archives/CQA2BH8AG/p1682360941807629?thread_ts=1681319531.187979&cid=CQA2BH8AG


We should probably update the release notes of v0.4.0 to indicate that it is a broken version and is not compatible with the github-action-matrix-outputs-read action.

cc: @goruha

Update cloudposse/actions action to v0.33.0 @renovate (#16)

This PR contains the following updates:

Package Type Update Change
cloudposse/actions action minor 0.31.0 -> 0.33.0

Release Notes

cloudposse/actions

v0.33.0

Compare Source

v0.32.0: 0.32.0 Update cloned actions

Compare Source

What's Changed

New Contributors

Full Changelog: cloudposse/actions@0.31.0...0.32.0