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
v0.32.0
: 0.32.0 Update cloned actions
What's Changed
- Use args with status updater instead of env vars, update checkout to v3 by @Nuru in https://github.com/cloudposse/actions/pull/133
- Renamed access token by @zdmytriv in https://github.com/cloudposse/actions/pull/137
- Update cloned GitHub actions by @Nuru in https://github.com/cloudposse/actions/pull/136
- Update cloned actions to current by @Nuru in https://github.com/cloudposse/actions/pull/138
New Contributors
- @zdmytriv made their first contribution in https://github.com/cloudposse/actions/pull/137
Full Changelog: cloudposse/actions@0.31.0...0.32.0