Skip to content

直接把key写上去,等会儿换掉 #28

直接把key写上去,等会儿换掉

直接把key写上去,等会儿换掉 #28

Workflow file for this run

name: Mirror
on:
push:
branches:
- main
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 remote add --mirror=push mirror https://github.com/CliCli-Editor/y3-lualib
git push --mirror https://x-access-token:[email protected]/CliCli-Editor/y3-lualib