Skip to content

Commit e50b959

Browse files
authored
chore(orchestrator): update GitLab comments of onvertWorkflowToTemplate (#414)
Signed-off-by: Marek Libra <[email protected]>
1 parent 7ab8335 commit e50b959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspaces/orchestrator/entities/convertWorkflowToTemplate.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
title: Create template ${{ parameters.workflow_id }}
113113
description: This pull request creates template for running a workflow
114114

115-
# GitLab
115+
# GitLab: This step publishes the contents of the working directory to a new repository.
116116
- id: publishGitlabRepo
117117
name: Publish the template in a new GitLab repository
118118
action: publish:gitlab
@@ -123,7 +123,7 @@ spec:
123123
repoUrl: ${{ parameters.repoUrl }}
124124
defaultBranch: main
125125

126-
# GitLab
126+
# GitLab: This step creates a pull request with the contents of the working directory.
127127
- id: publishGitlab
128128
name: Create GitLab merge request with the template
129129
action: publish:gitlab:merge-request

0 commit comments

Comments
 (0)