18 lines
326 B
YAML
18 lines
326 B
YAML
# 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
|