Skip to content

Commit

Permalink
Merge pull request #1 from shivammathur/develop
Browse files Browse the repository at this point in the history
Fix usage workflow in README
  • Loading branch information
shivammathur authored Feb 13, 2020
2 parents 546224a + 584c51c commit 79b498e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Cache extensions
uses: actions/cache@v1
with:
path: ${{ steps.extensioninfo.outputs.ext_dir }}
path: ${{ steps.cache-extensions.outputs.ext_dir }}
key: ${{ runner.os }}-ext-${{ matrix.php-versions }}-${{ steps.cache-extensions.outputs.ext_hash }}
restore-keys: ${{ runner.os }}-ext-${{ matrix.php-versions }}-${{ steps.cache-extensions.outputs.ext_hash }}

Expand Down

0 comments on commit 79b498e

Please sign in to comment.