Skip to content

Commit f157b5d

Browse files
authored
Refactor Github Action per b/485167538 (#1648)
This is a http://go/LSC run by http://go/ghss to automatically refactor your Github Actions per http://b/485167538. This is a PR to help you upgrade to the latest standards in Github Actions. Please merge this PR to accept the changes. NOTE: if you do not accept this PR, it may be force merged by the GHSS team. See http://b/485167538 for more details.
2 parents 9305572 + f6de5eb commit f157b5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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)