suyu is gone

This commit is contained in:
Pocat
2025-04-25 20:24:43 +08:00
committed by GitHub
parent ac088f20ca
commit 2ac24642d2

View File

@@ -44,6 +44,7 @@ jobs:
mv ryujinx .github
mv ryujinx-release-channel .github
mv yass .github
mv suyu .github
# Clean Repository
rm -rf *
export GCRS="git clone --depth 1 --recurse-submodules"
@@ -125,7 +126,7 @@ jobs:
${GCRS} https://github.com/qier222/YesPlayMusic yesplaymusic
${GCRS} https://github.com/Codennnn/vue-color-avatar vue-color-avatar
${GCRS} https://github.com/DIGITALCRIMINALS/OnlyFans onlyfans
${GCRS} https://git.suyu.dev/suyu/suyu suyu
## ${GCRS} https://git.suyu.dev/suyu/suyu suyu            
# Clean Git Info
rm -rf */.git
# Update logs
@@ -145,6 +146,7 @@ jobs:
mv .github/ryujinx .
mv .github/ryujinx-release-channel .
mv .github/yass .
mv .github/suyu .
# Git Commit
git config --local user.name "github-action[bot]"
git config --local user.email "${{ secrets.EMAIL }}"