Fixed typo when reading etxnesions input on ci-setup action

This commit is contained in:
Alejandro Celaya 2022-08-13 11:18:50 +02:00
parent ae2dc39a78
commit 763002ae14

View file

@ -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