1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2024-09-29 17:36:28 +09:00

add zbpwife

This commit is contained in:
源文雨 2023-03-25 14:21:06 +08:00
parent b9848c9a4e
commit 095ee1ae8e
3 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.4
with:
submodules: 'true'
fetch-depth: 0
- name: Set up Go
@ -23,6 +24,10 @@ jobs:
REILIA_SPS: ${{ secrets.REILIA_SPS }}
run: |
ls
rm Wife/*
mv Wife/wives/*.{jpg,png} Wife/
rm -rf Wife/wives
ls Wife/
go mod init updater
sed -i '1,3d' main.go
go mod tidy

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "Wife"]
path = Wife
url = https://github.com/FloatTech/zbpwife

1
Wife Submodule

@ -0,0 +1 @@
Subproject commit abcf93187108c63e211575f819627f68520d1c0f