Skip to content

Commit 4a4c903

Browse files
authored
Fix indentation in sparse-checkout.yml script
1 parent fa1924c commit 4a4c903

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

eng/common/pipelines/templates/steps/sparse-checkout.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ steps:
136136
pwsh: true
137137
workingDirectory: $(System.DefaultWorkingDirectory)
138138

139-
- ${{ if ne(parameters.TokenToUseForAuth, '') }}:
140-
- pwsh: |
141-
git config unset "http.extraheader"
142-
displayName: Removing git config auth header
143-
condition: always()
139+
- ${{ if ne(parameters.TokenToUseForAuth, '') }}:
140+
- pwsh: |
141+
git config unset "http.extraheader"
142+
displayName: Removing git config auth header
143+
condition: always()

0 commit comments

Comments
 (0)