Skip to content

Commit b6fffc9

Browse files
committed
chore(ci): fixing issue in yml
1 parent 9581497 commit b6fffc9

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)