Testing Compress Repo Size

This commit is contained in:
Kale 2021-08-03 00:11:20 -07:00
parent 6eb09a9db9
commit f651d59dc4
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -9,4 +9,6 @@ git config --local user.name $INPUT_GIT_NAME
git config --local user.email $INPUT_GIT_EMAIL
git add .
git commit -m "Schedule Building : `date`"
git reflog expire --all --expire=now
git gc --prune=now --aggressive
git push -u origin $INPUT_REPO_BRANCH