Files
docker-templates/.gitea/workflows/mirror.yml
Workflow config file is invalid. Please check your config file: EOF
Aaron Pierson 552d6cc146
All checks were successful
Test Action / test (push) Successful in 3s
mirror init
2026-03-08 18:56:47 -05:00

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