mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 08:18:24 +03:00
Fixed typo when reading etxnesions input on ci-setup action
This commit is contained in:
parent
ae2dc39a78
commit
763002ae14
1 changed files with 2 additions and 2 deletions
4
.github/actions/ci-setup/action.yml
vendored
4
.github/actions/ci-setup/action.yml
vendored
|
@ -25,7 +25,7 @@ runs:
|
|||
uses: shivammathur/cache-extensions@v1
|
||||
with:
|
||||
php-version: ${{ inputs.php-version }}
|
||||
extensions: ${{ inputs.extensions }}
|
||||
extensions: ${{ inputs.php-extensions }}
|
||||
key: ${{ inputs.extensions-cache-key }}
|
||||
- name: Cache extensions
|
||||
uses: actions/cache@v2
|
||||
|
@ -38,7 +38,7 @@ runs:
|
|||
with:
|
||||
php-version: ${{ inputs.php-version }}
|
||||
tools: composer
|
||||
extensions: ${{ inputs.extensions }}
|
||||
extensions: ${{ inputs.php-extensions }}
|
||||
coverage: pcov
|
||||
ini-values: pcov.directory=module
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue