diff --git a/.github/workflows/MirrorSync.yml b/.github/workflows/MirrorSync.yml new file mode 100644 index 0000000..7c1e932 --- /dev/null +++ b/.github/workflows/MirrorSync.yml @@ -0,0 +1,18 @@ +name: 'KeepActionAlive' + +on: + workflow_dispatch: + push: + +jobs: + sync: + runs-on: ubuntu-latest + steps: + - name: 'Checkout codes' + uses: actions/checkout@v2 + + - name: 'Sync' + id: commit + run: | + git remote add gitea https://${{ secrets.GITEA_USERNAME }}:${{ secrets.GITEA_PASSWORD }}git.bili33.top/GamerNoTitle/MHYY.git + git push gitea master