We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb02163 commit 2f187c6Copy full SHA for 2f187c6
.github/workflows/mirror.yml
@@ -18,8 +18,6 @@ jobs:
18
19
- name: Sync with source repository
20
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
-
+ git fetch https://github.com/IntersectMBO/cardano-haskell-packages.git repo
+ git reset --hard FETCH_HEAD
+ git push --force-with-lease origin repo
0 commit comments