Skip to content

Commit

Permalink
Update liquibase_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
molivasdat authored Jan 19, 2024
1 parent 45b68fd commit 162eff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/liquibase_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: logs
path: |
**/*DEV.json
**/*.html
**/*DEV.html
- name: Checkin snapshot
run: |
git config user.name github-actions
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
name: logs
path: |
**/*TEST.json
**/*.html
**/*TEST.html
- name: Checkin snapshot
run: |
git pull
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
name: logs
path: |
**/*PROD.json
**/*.html
**/*PROD.html
- name: Checkin snapshot
run: |
git pull
Expand Down

0 comments on commit 162eff7

Please sign in to comment.