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 926f541 commit 4bf7da5Copy full SHA for 4bf7da5
action.yml
@@ -18,7 +18,7 @@ runs:
18
steps:
19
- name: "Run Diff"
20
run: |
21
- NEW=${{ github.event.inputs.new }}
+ NEW=${{ github.event.inputs.new }}
22
OLD=${{ github.event.inputs.old }}
23
PLATFORM=${{ github.event.inputs.platform }}
24
0 commit comments