liquibase / github-action-generator

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

Liquibase checks actions fail to update config file with new quality checks #62

Closed mbohls closed 7 months ago

mbohls commented 1 year ago

When a new version of Liquibase introduces additional quality checks, the liquibase checks commands automatically update the quality checks configuration file. The liquibase checks actions fail when trying to create the backup configuration file /github/workspace/liquibase.checks-settings.conf.backup.01 because the /github/workspace directory does not exist. The github action should create the “/github/workspace” directory and grant proper permissions so that the liquibase checks actions do not fail.

jnewton03 commented 1 year ago

@filipelautert will take a look