mirror of
https://github.com/bin456789/reinstall.git
synced 2025-06-08 05:19:57 +00:00
tmp: 删除 Gitlab CN
This commit is contained in:
parent
d5b9c2da34
commit
b84fd9e875
16
.github/workflows/sync_to_gitlabcn.yml
vendored
16
.github/workflows/sync_to_gitlabcn.yml
vendored
@ -1,15 +1,21 @@
|
|||||||
name: 同步到 Gitlab CN
|
name: 删除 Gitlab CN
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
name: 同步到 Gitlab CN
|
name: 删除 Gitlab CN
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- run: |
|
||||||
with:
|
rm -rf *
|
||||||
fetch-depth: 0
|
git config --global user.email "you@example.com"
|
||||||
|
git config --global user.name "Your Name"
|
||||||
|
git init .
|
||||||
|
git add .
|
||||||
|
git branch -m main
|
||||||
|
git commit -m "null" --allow-empty
|
||||||
|
|
||||||
- uses: yesolutions/mirror-action@master
|
- uses: yesolutions/mirror-action@master
|
||||||
with:
|
with:
|
||||||
REMOTE: https://jihulab.com/bin456789/reinstall.git
|
REMOTE: https://jihulab.com/bin456789/reinstall.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user