Skip to content

Commit d94fb17

Browse files
Refactor Github Action per b/485167538
1 parent 460a3ae commit d94fb17

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
@@ -51,7 +51,9 @@ jobs:
5151
distribution: 'zulu'
5252

5353
- name: Generate cache key
54-
run: ./scripts/checksum.sh ${{ inputs.path }} checksum.txt
54+
run: ./scripts/checksum.sh ${INPUTS_PATH} checksum.txt
55+
env:
56+
INPUTS_PATH: ${{ inputs.path }}
5557

5658
- uses: actions/cache@v5
5759
with:

0 commit comments

Comments
 (0)