Skip to content

Commit 2f187c6

Browse files
andreabediniangerman
authored andcommitted
Update mirror.yml
1 parent fb02163 commit 2f187c6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/mirror.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Sync with source repository
2020
run: |
21-
git remote add source https://github.com/IntersectMBO/cardano-haskell-packages.git
22-
git fetch source
23-
git reset --hard source/repo
24-
git push origin repo
25-
21+
git fetch https://github.com/IntersectMBO/cardano-haskell-packages.git repo
22+
git reset --hard FETCH_HEAD
23+
git push --force-with-lease origin repo

0 commit comments

Comments
 (0)