Skip to content

Commit f56eb53

Browse files
committed
Remove tsting comments
1 parent c7d0f7f commit f56eb53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/YamlCreate.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,8 +2106,8 @@ Function Read-PRBody {
21062106

21072107
# Write the PR using a temporary file
21082108
Set-Content -Path PrBodyFile -Value $PrBodyContent | Out-Null
2109-
# gh pr create --body-file PrBodyFile -f
2110-
# Remove-Item PrBodyFile
2109+
gh pr create --body-file PrBodyFile -f
2110+
Remove-Item PrBodyFile
21112111
}
21122112

21132113
# Takes a comma separated list of values, converts it to an array object, and adds the result to a specified object-key

0 commit comments

Comments
 (0)