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:
parent
fcd2d09e4b
commit
b57977ae8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue