Skip to content

Commit

Permalink
chore: Fix syntax error typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra authored Jan 19, 2023
1 parent 9b7ef12 commit cd2aaa9
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 @@ -128,7 +128,7 @@ jobs:
.
- name: Save Primes
id: cache-primes-save
- uses: actions/cache/save@v3
uses: actions/cache/save@v3
with:
path: |
path/to/dependencies
Expand Down

0 comments on commit cd2aaa9

Please sign in to comment.