diff --git a/.github/workflows/ci-dockerized-app-promote-or-build.yml b/.github/workflows/ci-dockerized-app-promote-or-build.yml index a17b642..e698f90 100644 --- a/.github/workflows/ci-dockerized-app-promote-or-build.yml +++ b/.github/workflows/ci-dockerized-app-promote-or-build.yml @@ -120,7 +120,7 @@ jobs: registry: ${{ secrets.registry }} workdir: ./apps/${{ inputs.app }} - - uses: cloudposse/github-action-yaml-config-query@0.1.2 + - uses: cloudposse/github-action-yaml-config-query@0.1.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 diff --git a/.github/workflows/ci-dockerized-app-promote.yml b/.github/workflows/ci-dockerized-app-promote.yml index c6707c2..4805e92 100644 --- a/.github/workflows/ci-dockerized-app-promote.yml +++ b/.github/workflows/ci-dockerized-app-promote.yml @@ -90,7 +90,7 @@ jobs: - name: Context id: context - uses: cloudposse/github-action-yaml-config-query@0.1.2 + uses: cloudposse/github-action-yaml-config-query@0.1.3 with: query: .${{ inputs.app == '' }} config: |