Skip to content

Commit c962c36

Browse files
authored
Refactor Github Action per b/485167538 (#1652)
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 460a3ae + d94fb17 commit c962c36

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)