Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Jul 6, 2024
1 parent 56e0bf7 commit 8a92802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mirror-to-wdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- name: Mirror branch
run: |
git fetch origin main
# Fetch main branch
git fetch origin/main:main
git checkout -b main-mirror-for-wdb
git reset --hard main
git push origin main-mirror-for-wdb --force

0 comments on commit 8a92802

Please sign in to comment.