3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-08-08 04:22:09 +00:00
This commit is contained in:
parresampath367-design 2026-07-16 08:25:33 +02:00 committed by GitHub
commit 17886eef9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -287,3 +287,8 @@ steps:
- name: Publish package to public
run: ./publish.sh
```
run: ./build-child-module.sh
uses: actions/cache/restore@v5
path: path/to/dependencies
key: ${{runner.os}}-${{ hashfiles('**/lockfiles')}}