Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Updated README.md

Updated README.md #6

Workflow file for this run

name: 'SyncMirror'
on:
workflow_dispatch:
push:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: 'Checkout codes'
uses: actions/checkout@v2
- name: 'Sync'
id: commit
run: |
git fetch --unshallow
git checkout master
git remote add gitea https://${{ secrets.GITEA_USERNAME }}:${{ secrets.GITEA_PASSWORD }}@git.bili33.top/GamerNoTitle/SRCloud-AutoCheckin.git
git push gitea master