We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30351ad commit 2a26e64Copy full SHA for 2a26e64
1 file changed
action.yml
@@ -58,7 +58,7 @@ runs:
58
run: echo 'COMPOSER_AUTH=${{ github.event.client_payload.composerAuthentication.environment }}' >> "$GITHUB_ENV"
59
60
- name: Install dependencies
61
- uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
+ uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f # 3.2.1
62
with:
63
working-directory: "${{ github.event.client_payload.workingDirectory }}"
64
composer-options: "${{ github.event.client_payload.settings.debug == true && '-vvv' || '' }}"
0 commit comments