Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richi committed Mar 6, 2024
1 parent 11c5142 commit a7d0afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-helm-instance-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a7d0afb

Please sign in to comment.