1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-01 21:23:03 +08:00

Regular update: 2020-07-20T18:03:50Z

This commit is contained in:
Septs 2020-07-21 02:03:50 +08:00
parent 3c68b06fd4
commit 8c1b87eaa4

View file

@ -13,10 +13,11 @@ chmod 0600 "$HOME/.ssh/id_ed25519"
set -x
pushd generated
cd generated || exit -1
git remote set-url origin git@github.com:NeoCloud/NeoNetwork-ROA.git
git config user.name "NeoCloud ROA bot"
git config user.email "support@neocloud.tw"
git add .
git config user.name "neonet roa bot"
git config user.email "bot@github.com"
git commit -m "Generated at $(TZ='UTC' date +%Y%m%d-%H%M%S.%N)"
git commit -m "Generated at $(date -u +"%Y-%m-%dT%H:%M:%SZ")"
git push