This commit is contained in:
@@ -4,9 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
delete:
|
|
||||||
branches:
|
|
||||||
- '**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
@@ -14,6 +11,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Push to GitHub
|
- name: Push to GitHub
|
||||||
run: |
|
run: |
|
||||||
|
cd /tmp
|
||||||
|
git clone --mirror https://gitea.resolutionflow.com/chihlasm/resolutionflow.git repo
|
||||||
|
cd repo
|
||||||
git remote add github https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/${{ secrets.GH_MIRROR_REPO }}
|
git remote add github https://x-access-token:${{ secrets.GH_MIRROR_TOKEN }}@github.com/${{ secrets.GH_MIRROR_REPO }}
|
||||||
git push github --all --force
|
git push github --mirror --force
|
||||||
git push github --tags --force
|
|
||||||
Reference in New Issue
Block a user