chore: give alternative to deprecated projectId
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ export const createPublishGitlabMergeRequestAction = (options: {
|
||||
).then((mergeRequest: { web_url: string }) => {
|
||||
return mergeRequest.web_url;
|
||||
});
|
||||
/** @deprecated Use projectPath instead */
|
||||
/** @deprecated */
|
||||
ctx.output('projectid', projectPath);
|
||||
ctx.output('projectPath', projectPath);
|
||||
ctx.output('mergeRequestUrl', mergeRequestUrl);
|
||||
|
||||
Reference in New Issue
Block a user