diff --git a/.github/workflows/detect-helm-instance-deployment.yml b/.github/workflows/detect-helm-instance-deployment.yml index 606f6a7..392e725 100644 --- a/.github/workflows/detect-helm-instance-deployment.yml +++ b/.github/workflows/detect-helm-instance-deployment.yml @@ -63,7 +63,7 @@ jobs: - id: no-cluster - id: no-values-file - if: -f env.VALUES_FILE == false + if: [-f env.VALUES_FILE] == false uses: actions/github-script@v3 with: script: |