Skip to content

Commit

Permalink
update 73 file
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Apr 22, 2024
1 parent c0a120e commit 1dce3df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/73-if-file-exists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
# Your command to run if the file does not exist
echo "File does not exist, skipping additional steps..."
echo ${{ hashFiles('does-not-exist-fail.txt') }}
echo ${{ hashFiles('does-not-exist-fail.txt') != '' }}
echo ${{ !hashFiles('does-not-exist-fail.txt') != '' }}
# Step to run if file does not exist
- name: File does not exist (Should never run)
Expand Down

0 comments on commit 1dce3df

Please sign in to comment.