Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cloudposse/github-action-matrix-outputs-write action to v0.4.2 #16

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-matrix-outputs-write action minor 0.3.0 -> 0.4.2

Release Notes

cloudposse/github-action-matrix-outputs-write

v0.4.2

Compare Source

🚀 Enhancements
Fix non-matrix mode @​goruha (#​21)
what
  • Fix the action fail if matrix-step-name is empty, which is the correct input for non-matrix mode
why
Ref
  • ttps://github.com/cloudposse/github-actions-workflows/blob/main/.github/workflows/ci-dockerized-app-promote.yml
🤖 Automatic Updates
Update README.md and docs @​cloudpossebot (#​18)
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

v0.4.1

Compare 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 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


v0.4.0

Compare Source

Fix special chars @​goruha (#​17)
what
  • Fix special chars issue

Hey all, I am attempting to use the github-action-matrix-outputs-write github action and facing an unexpected error that I'm hoping I can get some assistance with. Here is the usage of the action:

    - uses: cloudposse/[email protected]
      if: ${{ inputs.monorepo == 'true' }}
      id: out
      with:
        matrix-step-name: ${{ github.job }}
        matrix-key: ${{ env.APPLICATION_NAME }}
        outputs: |-
          comment: ${{ env.URL }}

This is the error I'm getting

Error: bad file '-': yaml: mapping values are not allowed in this context

Here's some more output:

Copying to tool cache
Run JSON=$(echo "comment: URL for deploy: https://frontend-docs-259.website.dev/" | yq '. + {}' -o json | jq . -c -M -e)
  JSON=$(echo "comment: URL for deploy: https://frontend-docs-259.website.dev/" | yq '. + {}' -o json | jq . -c -M -e)
  echo "result=${JSON}" >> $GITHUB_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

v0.3.1

Compare Source

Update dcarbone/install-yq-action action to v1.0.1 @​renovate (#​9)

This PR contains the following updates:

Package Type Update Change
dcarbone/install-yq-action action patch v1.0.0 -> v1.0.1

Release Notes
dcarbone/install-yq-action
v1.0.1

Compare Source

Full Changelog: dcarbone/install-yq-action@v1.0.0...v1.0.1


🤖 Automatic Updates
Update README.md and docs @​cloudpossebot (#​11)
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

Update README.md and docs @​cloudpossebot (#​10)
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

Update README.md and docs @​cloudpossebot (#​8)
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update cloudposse/github-action-matrix-outputs-write action to v0.4.0 Update cloudposse/github-action-matrix-outputs-write action to v0.4.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-matrix-outputs-write-0.x branch from 3975d9a to 046678e Compare May 28, 2023 11:16
@renovate renovate bot changed the title Update cloudposse/github-action-matrix-outputs-write action to v0.4.1 Update cloudposse/github-action-matrix-outputs-write action to v0.4.2 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-matrix-outputs-write-0.x branch from 046678e to f2dc2e6 Compare June 3, 2023 01:05
@goruha goruha merged commit dcf396e into main Jun 5, 2023
@goruha goruha deleted the renovate/cloudposse-github-action-matrix-outputs-write-0.x branch June 5, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant