File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ inputs:
3030 description : Composer configuration as a JSON formatted object.
3131 required : false
3232 type : string
33+ WORKING_DIRECTORY :
34+ description : The working directory where to run the static analysis.
35+ default : ' .'
36+ required : false
37+ type : string
3338
3439secrets :
3540 COMPOSER_AUTH_JSON :
5762 if : ${{ inputs.INSTALL_AND_CACHE == 'true' }}
5863 with :
5964 composer-options : ${{ inputs.COMPOSER_ARGS }}
65+ working-directory : ${{ inputs.WORKING_DIRECTORY }}
Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 defaults :
3636 run :
37+ shell : bash
3738 working-directory : ${{ inputs.WORKING_DIRECTORY }}
3839 env :
3940 COMPOSER_AUTH : ' ${{ secrets.COMPOSER_AUTH_JSON }}'
5051 PHP_VERSION : ${{ inputs.PHP_VERSION }}
5152 PHP_TOOLS : " composer, cs2pr"
5253 COMPOSER_CONFIG : ${{ vars.COMPOSER_CONFIG_JSON }}
54+ WORKING_DIRECTORY : ${{ inputs.WORKING_DIRECTORY }}
5355
5456 - name : Get changed files
5557 id : changed-files
You can’t perform that action at this time.
0 commit comments