Skip to content

Commit 06a77e9

Browse files
committed
fix path issue
1 parent 99e185b commit 06a77e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/db-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
liquibase --version
127127
128128
- name: Run Liquibase
129+
working-directory: ${{ github.workspace }}/liquibase
129130
run: |
130-
export LIQUIBASE_CLASSPATH="liquibase"
131-
export LIQUIBASE_COMMAND_CHANGELOG_FILE="liquibase/changelog.xml"
131+
export LIQUIBASE_COMMAND_CHANGELOG_FILE="changelog.xml"
132132
export LIQUIBASE_COMMAND_URL=jdbc:postgresql://localhost:5432/${{ inputs.DB_NAME }}
133133
export LIQUIBASE_COMMAND_USERNAME=${{ secrets.DB_USER_NAME }}
134134
export LIQUIBASE_COMMAND_PASSWORD=${{ secrets.DB_USER_PASSWORD }}

0 commit comments

Comments
 (0)