File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,15 +43,16 @@ runs:
4343 uses : ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
4444 with :
4545 working-directory : " ${{ github.event.client_payload.workingDirectory }}"
46+ composer-options : " ${{ github.event.client_payload.settings.debug == true && '-vvv' || '' }}"
4647
4748 - name : Modify requirements in the composer.json
48- run : " ${{ github.event.client_payload.requireCommand.plain }}"
49+ run : " ${{ github.event.client_payload.settings.debug == true && github.event.client_payload.requireCommand.debug || github.event.client_payload. requireCommand.plain }}"
4950 if : ${{ github.event.client_payload.requireCommand }}
5051 shell : bash
5152 working-directory : " ${{ github.event.client_payload.workingDirectory }}"
5253
5354 - name : Composer update
54- run : " ${{ github.event.client_payload.updateCommand.plain }}"
55+ run : " ${{ github.event.client_payload.settings.debug == true && github.event.client_payload.updateCommand.debug || github.event.client_payload. updateCommand.plain }}"
5556 shell : bash
5657 working-directory : " ${{ github.event.client_payload.workingDirectory }}"
5758
You can’t perform that action at this time.
0 commit comments