Skip to content

timer代码恢复

timer代码恢复 #33

Workflow file for this run

name: Mirror
on:
push:
branches:
- main
permissions:
contents: write
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Config Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "最萌小汐(宇宙创生)"
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror
run: |
git push --mirror https://${{secrets.MIRROR_TOKEN}}@github.com/CliCli-Editor/y3-lualib