From efc234181b9e09d94a406219707c6ce94301797e Mon Sep 17 00:00:00 2001 From: Mike Olivas <47544147+molivasdat@users.noreply.github.com> Date: Wed, 6 Sep 2023 15:54:02 -0500 Subject: [PATCH] Update lb_rollback_onedb.yml --- .github/workflows/lb_rollback_onedb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lb_rollback_onedb.yml b/.github/workflows/lb_rollback_onedb.yml index 9bbd01b..042d3bd 100644 --- a/.github/workflows/lb_rollback_onedb.yml +++ b/.github/workflows/lb_rollback_onedb.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: rollback_changes +name: rollback_one_database # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the main branch @@ -57,4 +57,4 @@ jobs: git config user.email molivas@liquibase.com git add . git commit -m "Restore snapshotfile" - git push \ No newline at end of file + git push