Swap method naming to account for new functionality
This commit is contained in:
parent
28e2860afb
commit
795b1923ec
9 changed files with 141 additions and 141 deletions
|
|
@ -108,7 +108,7 @@ async function run() {
|
|||
try {
|
||||
actionsUtil.prepareLocalRunEnvironment();
|
||||
|
||||
const workflowErrors = await actionsUtil.getWorkflowErrors();
|
||||
const workflowErrors = await actionsUtil.validateWorkflow();
|
||||
|
||||
if (
|
||||
!(await actionsUtil.sendStatusReport(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue