Skip to content

Commit 8f50337

Browse files
Update cloudposse/github-action-yaml-config-query action to v0.1.4
1 parent 80e333e commit 8f50337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dockerized-app-promote-or-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
registry: ${{ secrets.registry }}
126126
workdir: ./apps/${{ inputs.app }}
127127

128-
- uses: cloudposse/[email protected].3
128+
- uses: cloudposse/[email protected].4
129129
id: result
130130
with:
131131
## There is a bug in GHA - skipped step return `success` outcome. So we can not rely only on steps.build.outcome

.github/workflows/ci-dockerized-app-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Context
9797
id: context
98-
uses: cloudposse/[email protected].3
98+
uses: cloudposse/[email protected].4
9999
with:
100100
query: .${{ inputs.app == '' }}
101101
config: |

0 commit comments

Comments
 (0)