Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Jan 17, 2025
1 parent 22d78e9 commit 1a19993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ runs:
if: runner.os == 'Windows'
shell: pwsh
env:
PGROOT: $PROGRAMFILES\\PostgreSQL\\${{ steps.pg-version.outputs.version }}
PGROOT: ${{ env.PROGRAMFILES }}\\PostgreSQL\\${{ steps.pg-version.outputs.version }}
PGDATA: ${{ env.PGDATA }}
run: |
if (!(Test-Path "${{ inputs.cached-dir }}\*")) {
Expand Down

0 comments on commit 1a19993

Please sign in to comment.