Skip to content

Commit b17f045

Browse files
committed
Handle null paths
1 parent 735f560 commit b17f045

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: Merge two json files into one. If a key collision occurs, the prior
33
44
inputs:
55
file_1_path:
6-
required: true
6+
required: false
77
description: Path of the first json file
88
file_2_path:
9-
required: true
9+
required: false
1010
description: Path of the first json file
1111
outputs:
1212
merged_file_path:

dist/index.js

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)