Skip to content

Commit fcfd868

Browse files
committed
Update trigger-workflow.js
1 parent 099ec65 commit fcfd868

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/trigger-workflow.js

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ const triggerWorkflow = async () => {
2121
inputs = JSON.parse(inputsJson);
2222
}
2323

24+
if(inputs['change-log'] === null){
25+
inputs['change-log'] = "";
26+
}
27+
2428
const workflow = await octokit.rest.actions.getWorkflow({
2529
owner,
2630
repo,

0 commit comments

Comments
 (0)