Skip to content

Commit

Permalink
Run scripts on composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Jul 31, 2023
1 parent 2eb93b3 commit 90cfc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
steps:
- uses: shivammathur/setup-php@v2

- run: composer update --no-scripts
- run: composer update
shell: bash

- if: inputs.post-update
Expand Down

0 comments on commit 90cfc7d

Please sign in to comment.