0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2024-12-20 01:18:18 +00:00

Updated command

This commit is contained in:
Tonye Jack 2023-09-11 19:49:09 -06:00
parent fcd2d09e4b
commit b57977ae8c

View file

@ -19,7 +19,7 @@ runs:
elif [[ "${{ runner.os }}" == "Windows" ]]; then elif [[ "${{ runner.os }}" == "Windows" ]]; then
cache_dir=$(choco search postgresql${{ inputs.postgresql_version }} --exact --limit-output | grep "^postgresql " | awk '{print $NF}') cache_dir=$(choco search postgresql${{ inputs.postgresql_version }} --exact --limit-output | grep "^postgresql " | awk '{print $NF}')
fi fi
echo "::set-output name=cache_dir::$cache_dir" echo "cache_dir=$cache_dir" >> "$GITHUB_OUTPUT"
shell: bash shell: bash
- name: Cache - name: Cache