Adding changes to remove comments

Signed-off-by: Balasundaram <balabtech@hotmail.com>
This commit is contained in:
Balasundaram
2021-12-09 13:16:48 -05:00
parent 646e5d01d8
commit ccf48de9ba
@@ -97,10 +97,6 @@ export const createPublishGitlabMergeRequestAction = (options: {
const { host } = parseRepoUrl(repoUrl, integrations);
const integrationConfig = integrations.gitlab.byHost(host);
/* const a : Types.CommitAction = {
action: 'create',
filePath: ''
};*/
const actions: Types.CommitAction[] = [];
const destinationBranch = ctx.input.branchName;