Skip to content

Commit

Permalink
Update trigger-workflow.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sr010 committed Nov 15, 2021
1 parent d2cece6 commit 5179cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/trigger-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const triggerWorkflow = async () => {
}
console.log("1: ", inputsJson);
console.log("2: ", inputsJson['change-log']);
if(inputsJson['change-log'] === null){
inputsJson['change-log'] == "No new OAI changes";
console.log("3: ", inputsJson['change-log']);
if(inputs['change-log'] === null){
inputs['change-log'] == "No new OAI changes";
console.log("3: ", inputs['change-log']);
}
console.log("4: ", inputs);

Expand Down

0 comments on commit 5179cc1

Please sign in to comment.