Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Feb 19, 2024
1 parent 92f1b72 commit f405b14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/BuildMissingImages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ env:
ARMbranch: "master"
ARMtemplate: "buildagent"


permissions:
contents: read

Expand Down Expand Up @@ -126,7 +125,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
if ($env:agents -eq "0") {
Write-Host "Using existing agents
Write-Host "Using existing agents"
}
else {
$resGroup = $env:resGroup
Expand Down Expand Up @@ -392,7 +391,7 @@ jobs:
azPSVersion: "latest"
inlineScript: |
if ($env:agents -eq "0") {
Write-Host "Used existing agents
Write-Host "Used existing agents"
}
else {
$resGroup = $env:resGroup
Expand Down

0 comments on commit f405b14

Please sign in to comment.