Skip to content

Commit 4bf7da5

Browse files
committed
updating action
1 parent 926f541 commit 4bf7da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: "Run Diff"
2020
run: |
21-
NEW=${{ github.event.inputs.new }}
21+
NEW=${{ github.event.inputs.new }}
2222
OLD=${{ github.event.inputs.old }}
2323
PLATFORM=${{ github.event.inputs.platform }}
2424

0 commit comments

Comments
 (0)