Update 'filters.sh'

This commit is contained in:
Kale 2021-08-17 03:17:35 -07:00
parent 467e931a53
commit 8ed6aec1b3
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -15,7 +15,6 @@ git reflog expire --all --expire=now
git gc --prune=now --aggressive
git push -u origin $INPUT_REPO_BRANCH
cd /repros
python3 /repros/$INPUT_ACTION_FILE
git config --local user.name $INPUT_GIT_NAME
git config --local user.email $INPUT_GIT_EMAIL
git add .