Skip to content

Commit 119f0b5

Browse files
committed
attempt to fix task name
1 parent c90b240 commit 119f0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pool:
1414
name: 'AutomationStudioPool' # Specify your custom agent pool name here
1515
steps:
16-
- task: Checkout@2 # Corrected task reference format
16+
- task: checkout@2 # Corrected task name
1717
inputs:
1818
submodules: true
1919
path: "main"

0 commit comments

Comments
 (0)