Shorten param forwarding for repositoryCount
This commit is contained in:
@@ -448,6 +448,6 @@ async function buildRemoteQueryEntity(
|
|||||||
},
|
},
|
||||||
executionStartTime: queryStartTime,
|
executionStartTime: queryStartTime,
|
||||||
actionsWorkflowRunId: workflowRunId,
|
actionsWorkflowRunId: workflowRunId,
|
||||||
repositoryCount: repositoryCount,
|
repositoryCount,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user