Fix linting
This commit is contained in:
parent
a03f3bd585
commit
063e083705
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -785,4 +785,4 @@ test("workflowEventName()", async (t) => {
|
|||
|
||||
process.env["CODESCANNING_EVENT_NAME"] = "push";
|
||||
t.deepEqual(actionsutil.workflowEventName(), "push");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -828,7 +828,7 @@ export function workflowEventName() {
|
|||
if (value === undefined || value.length === 0) {
|
||||
return process.env["GITHUB_EVENT_NAME"];
|
||||
}
|
||||
return value
|
||||
return value;
|
||||
}
|
||||
return process.env["GITHUB_EVENT_NAME"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue