Skip to content

Commit

Permalink
Fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsunkel committed Apr 2, 2024
1 parent 435d296 commit 5da3073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-migration-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Update Migration Branch
run: |
git checkout main
git checkout chore/github-action-main
git fetch origin
git checkout chore/github-action-mig
git pull
git merge origin/main
git merge origin/chore/github-action-main
git push origin chore/github-action-mig

0 comments on commit 5da3073

Please sign in to comment.