mirror init
All checks were successful
Test Action / test (push) Successful in 3s

This commit is contained in:
Aaron Pierson
2026-03-08 18:56:47 -05:00
parent df5093fbb2
commit 552d6cc146

View 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