Skip to content

Commit

Permalink
Update liquibase_workflow.yml
Browse files Browse the repository at this point in the history
updated log level for trouble shooting
  • Loading branch information
lbjenn authored Aug 1, 2024
1 parent df4562e commit a2d82f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/liquibase_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
LIQUIBASE_COMMAND_CHANGELOG_FILE: ${{ secrets.LIQUIBASE_COMMAND_CHANGELOG_FILE }}
LIQUIBASE_COMMAND_TAG: ${{ github.event.inputs.tag }}
LIQUIBASE_LOG_FORMAT: "JSON"
LIQUIBASE_LOG_LEVEL: "INFO"
LIQUIBASE_LOG_LEVEL: "FINE"
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: "TRUE"

jobs:
Expand Down

0 comments on commit a2d82f6

Please sign in to comment.