Skip to content

Commit

Permalink
Update lb_rollback_onedb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
molivasdat authored Sep 6, 2023
1 parent 6d2342b commit efc2341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lb_rollback_onedb.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "Restore snapshotfile"
git push
git push

0 comments on commit efc2341

Please sign in to comment.