mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 01:57:28 +08:00
Change pwsh step to powershell step
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
||||
- group: Image Generation Variables
|
||||
|
||||
steps:
|
||||
- pwsh: |
|
||||
- powershell: |
|
||||
Remove-Item -path './*' -Recurse -Force
|
||||
Write-Host "Download $(BRANCH_NAME) branch from $(IMAGE_GEN_REPO_URI)"
|
||||
git clone $(IMAGE_GEN_REPO_URI) . -b $(BRANCH_NAME) --single-branch --depth 1
|
||||
|
||||
Reference in New Issue
Block a user