Skip to content

Commit

Permalink
update simple php workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed May 26, 2024
1 parent 74cd84a commit 07b6239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: check_files
uses: andstor/file-existence-action@v1
with:
files: 'composer.json'
files: '${{ env.WORKING_DIRECTORY }}/composer.json'

- name: Run composer install if composer.json exists
if: steps.check_files.outputs.files_exists == 'true'
Expand Down

0 comments on commit 07b6239

Please sign in to comment.