Skip to content

Commit 5480a77

Browse files
authored
Refactor Github Action per b/485167538 (#1653)
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 764a75f + 2421813 commit 5480a77

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)