We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f06e0b + de70e64 commit 30351adCopy full SHA for 30351ad
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@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
+ uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
62
with:
63
working-directory: "${{ github.event.client_payload.workingDirectory }}"
64
composer-options: "${{ github.event.client_payload.settings.debug == true && '-vvv' || '' }}"
0 commit comments