This commit is contained in:
17
.gitea/workflows/mirror.yml
Normal file
17
.gitea/workflows/mirror.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# name: Mirror to GitHub
|
||||||
|
|
||||||
|
# on:
|
||||||
|
# push:
|
||||||
|
# branches: [ main ]
|
||||||
|
|
||||||
|
# jobs:
|
||||||
|
# mirror:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# steps:
|
||||||
|
# - uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# - name: Push to GitHub
|
||||||
|
# run: |
|
||||||
|
# git remote add github https://TOKEN@github.com/USER/REPO.git
|
||||||
|
# git push --mirror github
|
||||||
Reference in New Issue
Block a user