From d94fb1731fdde391ef57585aa6ddd3e648cdf73d Mon Sep 17 00:00:00 2001 From: Ben Knutson Date: Wed, 18 Feb 2026 16:37:33 +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 436748d29..9fb85442d 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -51,7 +51,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@v5 with: