We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba01531 commit 07df37eCopy full SHA for 07df37e
.github/workflows/package_core.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Use west repo cache
39
uses: actions/cache/restore@v4
40
with:
41
+
42
path: "**/.git"
43
key: west-git-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
44
restore-keys: |
0 commit comments