mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 05:15:52 -05:00
save/README.md: Fix typo in example (#1040)
Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
This commit is contained in:
parent
b053f2b699
commit
60c7666709
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Case 1: Where an user would want to reuse the key as it is
|
|||
```yaml
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
key: steps.restore-cache.output.key
|
||||
key: ${{ steps.restore-cache.outputs.key }}
|
||||
```
|
||||
|
||||
Case 2: Where the user would want to re-evaluate the key
|
||||
|
|
Loading…
Reference in a new issue