Testing Compress Repo Size
This commit is contained in:
parent
6eb09a9db9
commit
f651d59dc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user