Skip to content

Commit aa3adaf

Browse files
committed
website gha.md: write LIMA_VERSION to $GITHUB_ENV
Fixes the `cache` action which was resolving `${{ env.LIMA_VERSION }}` to an empty string. Signed-off-by: Sean Gilligan <[email protected]>
1 parent 07f091e commit aa3adaf

File tree

1 file changed

+2
-0
lines changed
  • website/content/en/docs/examples

1 file changed

+2
-0
lines changed

website/content/en/docs/examples/gha.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
gh attestation verify --owner=lima-vm "${FILE}"
5151
sudo tar Cxzvf /usr/local "${FILE}"
5252
rm -f "${FILE}"
53+
# Export LIMA_VERSION For the GHA cache key
54+
echo "LIMA_VERSION=${LIMA_VERSION}" >>$GITHUB_ENV
5355
5456
- name: "Cache ~/.cache/lima"
5557
uses: actions/cache@v4

0 commit comments

Comments
 (0)