Skip to content

Commit ca81d03

Browse files
committed
updating action
1 parent 889fb14 commit ca81d03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ runs:
1818
steps:
1919
- name: "Run Diff"
2020
run: |
21-
NEW=${{ github.event.inputs.new }}
22-
OLD=${{ github.event.inputs.old }}
23-
PLATFORM=${{ github.event.inputs.platform }}
21+
NEW=${{ inputs.new }}
22+
OLD=${{ inputs.old }}
23+
PLATFORM=${{ inputs.platform }}
2424
2525
echo "NEW: $NEW"
2626
echo "OLD: $OLD"

0 commit comments

Comments
 (0)