archive nodepass

This commit is contained in:
Pocat
2026-01-22 23:25:56 +08:00
committed by GitHub
parent b23f8d9cae
commit 30c154cf90
+3 -1
View File
@@ -45,6 +45,7 @@ jobs:
mv ryujinx-release-channel .github
mv yass .github
mv suyu .github
mv nodepass .github
# Clean Repository
rm -rf *
export GCRS="git clone --depth 1 --recurse-submodules"
@@ -113,7 +114,7 @@ jobs:
${GCRS} https://github.com/Loyalsoldier/geoip geoip
${GCRS} https://github.com/17mon/china_ip_list china-ip
${GCRS} https://github.com/ip-scanner/cloudflare ip-scanner
${GCRS} https://github.com/yosebyte/nodepass nodepass
## ${GCRS} https://github.com/yosebyte/nodepass nodepass
## Media Tools
${GCRS} https://github.com/nilaoda/BBDown bbdown
${GCRS} https://github.com/ytdl-org/youtube-dl youtube-dl
@@ -148,6 +149,7 @@ jobs:
mv .github/ryujinx-release-channel .
mv .github/yass .
mv .github/suyu .
mv .github/nodepass .
# Git Commit
git config --local user.name "github-action[bot]"
git config --local user.email "${{ secrets.EMAIL }}"