mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2025-06-11 13:12:49 +00:00
Updated the PATH regardless of cache hit outcome
This commit is contained in:
parent
e9a9096690
commit
8e47058fa9
3 changed files with 26 additions and 14 deletions
|
@ -48,6 +48,15 @@ runs:
|
|||
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
|
||||
INPUT_POSTGRESQL_VERSION: ${{ inputs.postgresql_version }}
|
||||
|
||||
- name: Update PATH
|
||||
run: |
|
||||
bash $GITHUB_ACTION_PATH/update-path.sh
|
||||
shell: bash
|
||||
env:
|
||||
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
|
||||
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
|
||||
INPUT_POSTGRESQL_VERSION: ${{ inputs.postgresql_version }}
|
||||
|
||||
- name: Verify PostgreSQL
|
||||
run: |
|
||||
# Check the postgresql version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue