File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ jobs:
355355 # If the workflow is in reporting mode, don't delete the branch. If it isn't, delete it.
356356 If (!$ReportOnly) {
357357
358- # Invoke-RestMethod -Headers $GitHubHeaders -Uri $BranchDeleteUrl -Method DELETE -ResponseHeadersVariable ResponseHeaders | Out-Null
358+ Invoke-RestMethod -Headers $GitHubHeaders -Uri $BranchDeleteUrl -Method DELETE -ResponseHeadersVariable ResponseHeaders | Out-Null
359359
360360 }
361361
@@ -387,7 +387,7 @@ jobs:
387387 # If the workflow is in reporting mode, don't delete the branch. If it isn't, delete it.
388388 If (!$ReportOnly) {
389389
390- # Invoke-RestMethod -Headers $GitHubHeaders -Uri $BranchDeleteUrl -Method DELETE -ResponseHeadersVariable ResponseHeaders | Out-Null
390+ Invoke-RestMethod -Headers $GitHubHeaders -Uri $BranchDeleteUrl -Method DELETE -ResponseHeadersVariable ResponseHeaders | Out-Null
391391
392392 }
393393
You can’t perform that action at this time.
0 commit comments