Skip to content

Commit

Permalink
Update cloudposse/github-action-yaml-config-query action to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 80e333e commit 8f50337
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 @@ -125,7 +125,7 @@ jobs:
registry: ${{ secrets.registry }}
workdir: ./apps/${{ inputs.app }}

- uses: cloudposse/[email protected].3
- uses: cloudposse/[email protected].4
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 @@ -95,7 +95,7 @@ jobs:

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

0 comments on commit 8f50337

Please sign in to comment.