Skip to content

Commit 2421813

Browse files
Refactor Github Action per b/485167538
1 parent 764a75f commit 2421813

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-sample.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
distribution: 'zulu'
4848

4949
- name: Generate cache key
50-
run: ./scripts/checksum.sh ${{ inputs.path }} checksum.txt
50+
run: ./scripts/checksum.sh ${INPUTS_PATH} checksum.txt
51+
env:
52+
INPUTS_PATH: ${{ inputs.path }}
5153

5254
- uses: actions/cache@v4
5355
with:

0 commit comments

Comments
 (0)