mirror of
https://github.com/actions/cache.git
synced 2026-08-22 08:23:01 +00:00
Merge 9c62c888356bf486eb42d5bc257b7c80c8174408 into 3edfce9056124e459a23f683a21433670d47daca
This commit is contained in:
commit
17886eef9b
@ -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…
x
Reference in New Issue
Block a user