From f6de5eb44a2b6844b7af458a04e37c85c6edeafa Mon Sep 17 00:00:00 2001 From: Ben Knutson Date: Tue, 17 Feb 2026 23:09: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 078a4fcd38..30ee82de52 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -32,7 +32,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@v3 with: