-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
The release notes for v5 mention that it unsets PG* environment variables. I've tried this on Windows. It turns out the variables are set to an empty string instead of being unset.
After running your action, the next powershell script:
Get-ChildItem env:* | Sort-Object Name | Format-List
includes the following entries:
As a result, 3rd party libs/tools that check for the existence of the variable and use it when present won't work properly.
Is there a way to truly unset them, instead of setting them to an empty string?
Metadata
Metadata
Assignees
Labels
No labels