Conversation
9efd890 to
f397ff9
Compare
goruha
approved these changes
May 15, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.1->0.4.1Release Notes
cloudposse/github-action-matrix-outputs-write
v0.4.1Compare Source
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 thematrix_keyvariable that gets set from the input. This PR fixes the issue.Before this action on
v0.4.0would 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.0to indicate that it is a broken version and is not compatible with thegithub-action-matrix-outputs-readaction.cc: @goruha
Update cloudposse/actions action to v0.33.0 @renovate (#16)
This PR contains the following updates:
0.31.0->0.33.0Release Notes
cloudposse/actions
v0.33.0Compare Source
v0.32.0: 0.32.0 Update cloned actionsCompare Source
What's Changed
New Contributors
Full Changelog: cloudposse-archives/actions@0.31.0...0.32.0
v0.4.0Compare Source
Fix special chars @goruha (#17)
what
Hey all, I am attempting to use the
github-action-matrix-outputs-writegithub action and facing an unexpected error that I'm hoping I can get some assistance with. Here is the usage of the action:This is the error I'm getting
Error: bad file '-': yaml: mapping values are not allowed in this contextHere's some more output:
references
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#12)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.