Skip to content

Commit f6de5eb

Browse files
Refactor Github Action per b/485167538
1 parent 9305572 commit f6de5eb

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
@@ -32,7 +32,9 @@ jobs:
3232
distribution: 'zulu'
3333

3434
- name: Generate cache key
35-
run: ./scripts/checksum.sh ${{ inputs.path }} checksum.txt
35+
run: ./scripts/checksum.sh ${INPUTS_PATH} checksum.txt
36+
env:
37+
INPUTS_PATH: ${{ inputs.path }}
3638

3739
- uses: actions/cache@v3
3840
with:

0 commit comments

Comments
 (0)