Skip to content

Commit

Permalink
Update README.md (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSKY authored and Josh Gross committed Nov 12, 2019
1 parent bc821d0 commit 3150825
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 @@ -75,7 +75,7 @@ steps:
id: cache
with:
path: path/to/dependencies
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles')}}
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 3150825

Please sign in to comment.