Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini authored and angerman committed Nov 6, 2024
1 parent fb02163 commit 2f187c6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Sync with source repository
run: |
git remote add source https://github.com/IntersectMBO/cardano-haskell-packages.git
git fetch source
git reset --hard source/repo
git push origin repo
git fetch https://github.com/IntersectMBO/cardano-haskell-packages.git repo
git reset --hard FETCH_HEAD
git push --force-with-lease origin repo

0 comments on commit 2f187c6

Please sign in to comment.