Skip to content

Commit 4eb1a2c

Browse files
Update cloudposse/github-action-yaml-config-query action to v0.1.4
1 parent 41037fe commit 4eb1a2c

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
@@ -120,7 +120,7 @@ jobs:
120120
registry: ${{ secrets.registry }}
121121
workdir: ./apps/${{ inputs.app }}
122122

123-
- uses: cloudposse/[email protected].3
123+
- uses: cloudposse/[email protected].4
124124
id: result
125125
with:
126126
## 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
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Context
9292
id: context
93-
uses: cloudposse/[email protected].3
93+
uses: cloudposse/[email protected].4
9494
with:
9595
query: .${{ inputs.app == '' }}
9696
config: |

0 commit comments

Comments
 (0)