mirror of
https://github.com/actions/cache.git
synced 2026-05-06 04:44:25 +00:00
Update caching-strategies.md
we having no problem
This commit is contained in:
parent
668228422a
commit
9c62c88835
1 changed files with 5 additions and 0 deletions
|
|
@ -287,3 +287,8 @@ steps:
|
||||||
- name: Publish package to public
|
- name: Publish package to public
|
||||||
run: ./publish.sh
|
run: ./publish.sh
|
||||||
```
|
```
|
||||||
|
run: ./build-child-module.sh
|
||||||
|
uses: actions/cache/restore@v5
|
||||||
|
path: path/to/dependencies
|
||||||
|
key: ${{runner.os}}-${{ hashfiles('**/lockfiles')}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue