Skip to content

Commit

Permalink
Update pwsh script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jun 22, 2024
1 parent b599196 commit 13d6ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gha-scripts/Check-IssueDetails.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ $result = @{
isOverdue = $isOverdue;
}

Write-Output $($result | ConvertTo-Json -Depth 100)

Remove-Variable result
Remove-Variable isValidMicrosoftLearnProfile
Remove-Variable isValidGitHubProfile
Expand Down

0 comments on commit 13d6ddb

Please sign in to comment.