Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richi committed Mar 7, 2024
1 parent a7d0afb commit 83ae4b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/detect-helm-instance-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,13 @@ jobs:
script: |
core.setFailed(':heavy_exclamation_mark: We have no values file. Exiting pipeline with Fail status.')
- id: check_files
name: Check file existence
uses: thebinaryfelix/check-file-existence-action@v1
with:
files: env.VALUES_FILE

- name: Files exist
if: steps.check_files.outputs.exists == 'true'
# Only runs if all of the files exist
run: echo "All files exist!"

0 comments on commit 83ae4b7

Please sign in to comment.