Skip to content

Commit

Permalink
fix: Don't parse non-existing kustomization-base-dir kustomization.ya…
Browse files Browse the repository at this point in the history
…ml file
  • Loading branch information
jacobsvante committed Mar 19, 2024
1 parent 49082fb commit 2e1bb3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ runs:
- name: Parse base kustomization.yaml
uses: jacobsvante/yamler@v1
id: kustomization_base
if: hashFiles(${{ inputs.kustomization-base-dir }}/kustomization.yaml) != ''
with:
yaml-file: ${{ inputs.kustomization-base-dir }}/kustomization.yaml

Expand Down

0 comments on commit 2e1bb3d

Please sign in to comment.