Skip to content

Commit 169bff1

Browse files
authored
Uncomment Invoke delete commands
1 parent c7a0e11 commit 169bff1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Shared-StaleBranch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)