We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a596d commit 3acd832Copy full SHA for 3acd832
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -21,9 +21,7 @@ jobs:
21
22
- name: Check existence of composer.json file
23
id: check_composer_file
24
- uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3
25
- with:
26
- files: "composer.json"
+ run: echo "files_exists=$(test -f composer.json && echo true || echo false)" >> "$GITHUB_OUTPUT"
27
28
- name: Set up PHP environment
29
if: steps.check_composer_file.outputs.files_exists == 'true'
0 commit comments