1
0
Fork 0
mirror of https://github.com/minoplhy/filters-maker synced 2023-12-14 08:32:52 +01:00

Update 'filters.sh'

This commit is contained in:
Kale 2021-08-17 04:41:59 -07:00
parent 7eb85a54e5
commit 26df1131e7
No known key found for this signature in database
GPG key ID: F8A6CE83F1274467

View file

@ -11,13 +11,10 @@ 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
cd /repros
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_BRANCH_VERSION