From 7c3409e4515a6dae15ace4202dd9dd7edc87238e Mon Sep 17 00:00:00 2001 From: Ben Knutson Date: Wed, 18 Feb 2026 13:08:54 +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 c30d7c017b..fa4952f94b 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: