1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-03 05:07:46 +02:00

save/README.md: Fix typo in example

This commit is contained in:
Markus Mützel 2022-12-23 15:06:48 +01:00 committed by GitHub
parent c1a5de879e
commit 24cfdf435c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ Case 1: Where an user would want to reuse the key as it is
```yaml ```yaml
uses: actions/cache/save@v3 uses: actions/cache/save@v3
with: 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 Case 2: Where the user would want to re-evaluate the key