From 2421813aee58341ac8fb102756b23d82a9c07b08 Mon Sep 17 00:00:00 2001 From: Ben Knutson Date: Wed, 18 Feb 2026 16:54:09 +0000 Subject: [PATCH] Refactor Github Action per b/485167538 --- .github/workflows/build-sample.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-sample.yml b/.github/workflows/build-sample.yml index d4d65a9984..3e73ce0eb0 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -47,7 +47,9 @@ jobs: distribution: 'zulu' - name: Generate cache key - run: ./scripts/checksum.sh ${{ inputs.path }} checksum.txt + run: ./scripts/checksum.sh ${INPUTS_PATH} checksum.txt + env: + INPUTS_PATH: ${{ inputs.path }} - uses: actions/cache@v4 with: