Skip to content

Commit

Permalink
updated the gha to handle extras e.g. broker[docker,hussh,podman] (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar committed Aug 8, 2024
1 parent eeb8627 commit b21eb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: yaml
uses: mikefarah/yq@master
with:
cmd: yq e '.["${{ steps.metadata.outputs.dependency-names }}"]' ./.github/dependency_tests.yaml
cmd: yq eval '.["${{ steps.metadata.outputs.dependency-names }}"]' ./.github/dependency_tests.yaml

- name: Add the PRT Comment
if: steps.yaml.outputs.result != 'null'
Expand Down

0 comments on commit b21eb22

Please sign in to comment.