We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45de062 commit d95aae7Copy full SHA for d95aae7
.github/workflows/package_core.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Use west repo cache
29
uses: actions/cache/restore@v4
30
with:
31
+
32
path: "~/**/.git"
33
key: west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
34
restore-keys: |
0 commit comments