Skip to content

Commit 4a4c857

Browse files
authored
Merge pull request #3633 from IgniteUI/sstoychev/fix-yml
chore(ci): fixing issue in yml
2 parents 9581497 + b6fffc9 commit 4a4c857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-devops/templates/cd-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ steps:
207207
git commit -m "Automated repository update"
208208
workingDirectory: ${{ parameters.workingDir }}/igniteui-live-editing-samples/${{ parameters.submoduleDir }}
209209

210-
- task: CmdLine@2
210+
- task: CmdLine@2
211211
displayName: Commit changes
212212
condition: and(eq(variables['changesDetected'], 'true'), eq(${{ parameters.repositoryfy }}, 'true'))
213213
inputs:

0 commit comments

Comments
 (0)