Skip to content

Commit 6a6d631

Browse files
authored
Update README.md
1 parent 3da0082 commit 6a6d631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
---
3838

3939
By default, the cache is separated by the workflow name.
40-
You can configure manually cache keys.
40+
You can also set the cache key manually, like the official [actions/cache](https://github.com/actions/cache#usage) action.
4141

4242
```yaml
4343
- uses: satackey/action-docker-layer-caching@v0.0
@@ -47,4 +47,4 @@ You can configure manually cache keys.
4747
foo-docker-cache-
4848
```
4949
50-
**Note: You must include `{hash}` in the `key` input.** (`{hash}` will be replaced with the hash value of the docker image).
50+
**Note: You must include `{hash}` in the `key` input.** (`{hash}` is replaced by the hash value of the docker image when the action is executed.)

0 commit comments

Comments
 (0)