We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab8335 commit e50b959Copy full SHA for e50b959
workspaces/orchestrator/entities/convertWorkflowToTemplate.yaml
@@ -112,7 +112,7 @@ spec:
112
title: Create template ${{ parameters.workflow_id }}
113
description: This pull request creates template for running a workflow
114
115
- # GitLab
+ # GitLab: This step publishes the contents of the working directory to a new repository.
116
- id: publishGitlabRepo
117
name: Publish the template in a new GitLab repository
118
action: publish:gitlab
@@ -123,7 +123,7 @@ spec:
123
repoUrl: ${{ parameters.repoUrl }}
124
defaultBranch: main
125
126
+ # GitLab: This step creates a pull request with the contents of the working directory.
127
- id: publishGitlab
128
name: Create GitLab merge request with the template
129
action: publish:gitlab:merge-request
0 commit comments