1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-02-16 04:05:54 +09:00

Compare commits

..

4 Commits

Author SHA1 Message Date
源文雨
0d0fa3f435 add zbpwife 2023-03-25 14:27:54 +08:00
源文雨
5a511a6d63 add zbpwife 2023-03-25 14:24:56 +08:00
源文雨
d15c4b8a09 Merge branch 'main' of https://github.com/FloatTech/zbpdata into main 2023-03-25 14:21:52 +08:00
源文雨
095ee1ae8e add zbpwife 2023-03-25 14:21:06 +08:00
3 changed files with 11 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
@@ -22,7 +23,13 @@ jobs:
env:
REILIA_SPS: ${{ secrets.REILIA_SPS }}
run: |
echo "ls ./"
ls
rm Wife/go.* Wife/*.go Wife/*.md
mv Wife/wives/*.{jpg,png} Wife/
rm -rf Wife/wives Wife/.git
echo "ls Wife/"
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

Submodule Wife added at abcf931871