mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-02 04:57:46 +02:00
Fix referenced output key in save action readme
This commit is contained in:
parent
6fd2d4538c
commit
7cc38b18b0
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.outputs.key }}
|
||||
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
||||
```
|
||||
|
||||
Case 2: Where the user would want to re-evaluate the key
|
||||
|
|
Loading…
Add table
Reference in a new issue