We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e911564 + aa3adaf commit 5264419Copy full SHA for 5264419
website/content/en/docs/examples/gha.md
@@ -50,6 +50,8 @@ jobs:
50
gh attestation verify --owner=lima-vm "${FILE}"
51
sudo tar Cxzvf /usr/local "${FILE}"
52
rm -f "${FILE}"
53
+ # Export LIMA_VERSION For the GHA cache key
54
+ echo "LIMA_VERSION=${LIMA_VERSION}" >>$GITHUB_ENV
55
56
- name: "Cache ~/.cache/lima"
57
uses: actions/cache@v4
0 commit comments