Skip to content

Commit c21ccba

Browse files
blubb
1 parent 399592f commit c21ccba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
id: simpleWithoutVersion
2626
with:
2727
packageJSON: test/package.json
28-
packageJSONLock: test/package-lock.json
28+
packageLockJSON: test/package-lock.json
2929

3030
- name: diff without version
3131
uses: ./
3232
id: diffWithoutVersion
3333
with:
3434
packageJSON: test2/other_name.json
35-
packageJSONLock: test2/other_name-lock.json
35+
packageLockJSON: test2/other_name-lock.json
3636

3737
- name: test
3838
if: steps.simpleWithoutVersion.outputs.cacheKey != steps.diffWithoutVersion.outputs.cacheKey

0 commit comments

Comments
 (0)