mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2025-06-11 13:12:49 +00:00
Updated to not skip cache
This commit is contained in:
parent
792069e9f3
commit
fef22a2be7
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,6 @@ runs:
|
|||
- run: |
|
||||
bash $GITHUB_ACTION_PATH/entrypoint.sh
|
||||
shell: bash
|
||||
if: steps.cache-postgresql.outputs.cache-hit != 'true'
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue