更新 .github/workflows/target_linux_generic.yml

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
2026-01-16 16:42:34 +08:00
parent 28b7e7596e
commit 9def198a4b

View File

@@ -46,7 +46,7 @@ jobs:
Emoji=("🎉" "🤞" "✨" "🎁" "🎈" "🎄" "🎨" "💋" "🍓" "🍕" "🍉" "💐" "🌴" "🚀" "🛸" "🗽" "⛅" "🌈" "🔥" "⛄" "🐶" "🏅" "🦄" "🐤")
git add .
git commit -am "${Emoji[$[$RANDOM % ${#Emoji[@]}]]} Sync $(date +%Y-%m-%d" "%H:%M:%S)"
git push --quiet "https://zhao:${git_password}@gitea.kejizero.xyz/zhao/target_linux_generic.git" HEAD:openwrt-25.12
git push --quiet "https://zhao:${GIT_PASSWORD}@gitea.kejizero.xyz/zhao/target_linux_generic.git" HEAD:openwrt-25.12
else
echo "nothing to commit"
exit 0