chore(ci): automated push

This commit is contained in:
Zeon 2024-09-11 02:38:52 +00:00
parent c425fe495e
commit c332dbfee0
2 changed files with 11 additions and 0 deletions

2
reset_git.sh Normal file
View file

@ -0,0 +1,2 @@
git config --global user.name "Neon"
git config --global user.email "neon@saahild.com"

9
update_git.sh Normal file
View file

@ -0,0 +1,9 @@
echo "Updating files.."
git config --global user.name "Zeon"
git config --global user.email "zeon@saahild.com"
git add . || bash reset_git.sh
git commit -m 'chore(ci): automated push' || bash reset_git.sh
git push || bash reset_git.sh
bash reset_git.sh
#git config --global user.name "Neon"
#git config --global user.email "neon@saahild.com"