Merge pull request 'Add composer-args' (#3) from add-composer-args into main
Reviewed-on: #3
This commit is contained in:
commit
38c236e286
@ -9,6 +9,10 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: ${{ vars.REGISTRY_PASSWORD }}
|
||||
composer-args:
|
||||
required: false
|
||||
type: string
|
||||
default: '--verbose --prefer-dist --no-progress --no-interaction --optimize-autoloader --ignore-platform-reqs --no-scripts'
|
||||
environment-path:
|
||||
required: false
|
||||
type: string
|
||||
@ -25,6 +29,8 @@ jobs:
|
||||
steps:
|
||||
- name: Setup composer
|
||||
uses: https://git.qlic.nl/actions/setup-composer@v1
|
||||
with:
|
||||
args: ${{ inputs.composer-args }}
|
||||
|
||||
- name: Cache PHPStan
|
||||
uses: actions/cache@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user