action-setup-postgres icon indicating copy to clipboard operation
action-setup-postgres copied to clipboard

Unset PGSERVICEFILE by default?

Open chiroptical opened this issue 1 year ago • 3 comments

https://github.com/ikalnytskyi/action-setup-postgres/blob/687404e7b78b0b3471751635e69f70d54a09d6e7/action.yml#L127

Hello, I am trying to use this action to set up dbmate and getting the following

panic: setting PGSERVICEFILE not supported

It might be nice to disable this by default since unsetting environment variables is impossible. We can always set this env variable ourselves using the outputs.

chiroptical avatar Jul 03 '24 01:07 chiroptical