Skip to content

Commit

Permalink
attempt to fix task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshpolansky committed Dec 19, 2024
1 parent c90b240 commit 119f0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pool:
name: 'AutomationStudioPool' # Specify your custom agent pool name here
steps:
- task: Checkout@2 # Corrected task reference format
- task: checkout@2 # Corrected task name
inputs:
submodules: true
path: "main"
Expand Down

0 comments on commit 119f0b5

Please sign in to comment.