Skip to content

Commit

Permalink
Update cloudposse/github-action-yaml-config-query action to v0.1.3 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 2, 2023
1 parent 08554f6 commit 0ba7196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dockerized-app-promote-or-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
registry: ${{ secrets.registry }}
workdir: ./apps/${{ inputs.app }}

- uses: cloudposse/[email protected].2
- uses: cloudposse/[email protected].3
id: result
with:
## There is a bug in GHA - skipped step return `success` outcome. So we can not rely only on steps.build.outcome
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dockerized-app-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Context
id: context
uses: cloudposse/[email protected].2
uses: cloudposse/[email protected].3
with:
query: .${{ inputs.app == '' }}
config: |
Expand Down

0 comments on commit 0ba7196

Please sign in to comment.