liquibase / github-action-generator

Main repository to generate GitHub Actions for liquibase-github-actions
1 stars 1 forks source link

Working directory for update action #77

Closed Muryginds closed 1 year ago

Muryginds commented 1 year ago

Hi, i have a multi-module project. My master-changelog file located for example project/backend/src/main/resources/. master file includes other changesets located deeper in this directory

  - include:
      file: db/changelog/changeset/type.yaml

so the update action wont find that child file

SEVERE [liquibase.integration] Error parsing *** : The file db/changelog/changeset/type.yaml was not found in the configured search path:

How do i set working directory or search path for update action?

Muryginds commented 1 year ago

figured out you can set it with 'classpath' parameter, found example on previous archived action image