Skip to content

Commit

Permalink
chore: gha kung-fu the final part.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellseher committed Apr 9, 2024
1 parent 103f12c commit 71cbff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: "[cron-mirror|guix] push"
run: |
cd guix.git
git push --mirror ${CURRENT_REPO}
git push --mirror ${CURRENT_REPO} || true
...
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mirror:
git clone --mirror https://git.savannah.gnu.org/git/guix.git
cd guix.git
git push --mirror
git push --mirror [email protected]:guix-ru/guix.git || true

0 comments on commit 71cbff9

Please sign in to comment.