We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399592f commit c21ccbaCopy full SHA for c21ccba
.github/workflows/test.yml
@@ -25,14 +25,14 @@ jobs:
25
id: simpleWithoutVersion
26
with:
27
packageJSON: test/package.json
28
- packageJSONLock: test/package-lock.json
+ packageLockJSON: test/package-lock.json
29
30
- name: diff without version
31
uses: ./
32
id: diffWithoutVersion
33
34
packageJSON: test2/other_name.json
35
- packageJSONLock: test2/other_name-lock.json
+ packageLockJSON: test2/other_name-lock.json
36
37
- name: test
38
if: steps.simpleWithoutVersion.outputs.cacheKey != steps.diffWithoutVersion.outputs.cacheKey
0 commit comments