Skip to content

Commit

Permalink
Update liquibase_workflow.yml
Browse files Browse the repository at this point in the history
changed log level to INFO
  • Loading branch information
lbjenn authored Aug 3, 2024
1 parent e6aa515 commit 5391b5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .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: "FINE"
LIQUIBASE_LOG_LEVEL: "INFO"
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: "TRUE"

jobs:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "New DEV Reports for ${{ github.event.inputs.tag }}"
git commit -m "DEV Deploy Reports and Logs"
git push

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "New Snapshots $LB_ENVIRONMENT"
git commit -m "$LB_ENVIRONMENT Deploy Reports and Logs"
git push
Deploy_Prod_Job:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "New Snapshots"
git commit -m "$LB_ENVIRONMENT Deploy Reports and Logs"
git push

0 comments on commit 5391b5c

Please sign in to comment.