更新 .github/workflows/target_linux_rockchip.yml
All checks were successful
target_linux_rockchip / Update target_linux_rockchip (openwrt-25.12) (push) Successful in 8s

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
2026-01-16 16:43:25 +08:00
parent bc9521d04c
commit 83443c6df8

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_rockchip-6.x.git" HEAD:openwrt-25.12
git push --quiet "https://zhao:${GIT_PASSWORD}@gitea.kejizero.xyz/zhao/target_linux_rockchip-6.x.git" HEAD:openwrt-25.12
else
echo "nothing to commit"
exit 0