mirror of
https://github.com/actions/cache.git
synced 2026-01-14 09:33:07 +08:00
Compare commits
4 Commits
92839661dd
...
2a7329cde1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a7329cde1 | ||
|
|
7921ae235b | ||
|
|
3937731706 | ||
|
|
63d8658a94 |
@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [released]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
@ -126,7 +126,7 @@ jobs:
|
|||||||
run: /primes.sh -d prime-numbers
|
run: /primes.sh -d prime-numbers
|
||||||
```
|
```
|
||||||
|
|
||||||
The `cache` action provides a `cache-hit` output which is set to `true` when the cache is restored using the primary `key` and `false` when the cache is restored using `restore-keys` or no cache is restored.
|
The `cache` action provides a `cache-hit` output which is set to `true` when the cache is restored using the primary `key` and `false` when the cache is restored using `restore-keys`. If no cache is restored, it is set to the empty string.
|
||||||
|
|
||||||
#### Using a combination of restore and save actions
|
#### Using a combination of restore and save actions
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user