mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2025-06-11 13:12:49 +00:00
Fixed typo
This commit is contained in:
parent
4601cdae13
commit
5b0f08362a
2 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ runs:
|
|||
- name: Get cache directory
|
||||
id: cache-dir
|
||||
run: |
|
||||
set -x
|
||||
if [[ "${{ runner.os }}" == "Linux" ]]; then
|
||||
cache_dir="/var/cache/apt/archives/"
|
||||
elif [[ "${{ runner.os }}" == "macOS" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue