Skip to content

Commit

Permalink
Update liquibase_rollback_targeted_workflow.yml
Browse files Browse the repository at this point in the history
corrected missing quote
  • Loading branch information
lbjenn authored Aug 2, 2024
1 parent dc3f223 commit 2d3713a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/liquibase_rollback_targeted_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m DEV rollback report"
git commit -m "DEV rollback report"
git push
Test_Job:
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 TEST rollback report"
git commit -m "TEST rollback report"
git push
Expand Down Expand Up @@ -129,5 +129,5 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m PROD rollback report"
git commit -m "PROD rollback report"
git push

0 comments on commit 2d3713a

Please sign in to comment.