We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
andstor/file-existence-action
1 parent ea30796 commit e90da47Copy full SHA for e90da47
.github/workflows/update-framework.yml
@@ -35,9 +35,7 @@ jobs:
35
36
- name: Check existence of composer.json file
37
id: check_composer_file
38
- uses: andstor/file-existence-action@v3
39
- with:
40
- files: "composer.json"
+ run: echo "files_exists=$(test -f composer.json && echo true || echo false)" >> "$GITHUB_OUTPUT"
41
42
- name: Install Composer dependencies & cache dependencies
43
if: steps.check_composer_file.outputs.files_exists == 'true'
0 commit comments