Update 'filters.sh'

This commit is contained in:
Kale 2021-08-20 23:51:55 -07:00
parent c50c84ed13
commit 43a2a355c3
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -17,4 +17,7 @@ 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 push -u origin $INPUT_BRANCH_VERSION
git push -u origin $INPUT_BRANCH_VERSION
if [ -f "/repros/$INPUT_sub_action_location" ]; then
python3 /repros/$INPUT_sub_action_location
fi