Skip to content

Commit fca37ef

Browse files
committed
Fix usage of wrong variables for extension cache
1 parent 0111a3a commit fca37ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ runs:
1919
id: extcache
2020
uses: shivammathur/cache-extensions@v1
2121
with:
22-
php-version: ${{ env.PHP_VERSION }}
23-
extensions: "mongodb-${{ env.DRIVER_VERSION }}"
22+
php-version: ${{ inputs.php-version }}
23+
extensions: "mongodb-${{ inputs.driver-version }}"
2424
key: "extcache-v1"
2525

2626
- name: Cache extensions

0 commit comments

Comments
 (0)