We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f5abd commit 05db2a7Copy full SHA for 05db2a7
.github/workflows/package_core.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Use west repo cache
39
uses: actions/cache/restore@v4
40
with:
41
- path: "/home/runner/work/**/.git"
+ path: "*"
42
key: west-git-${{ github.event.repository.updated_at }}
43
restore-keys: west-git-
44
0 commit comments