Update 'filters.sh'

This commit is contained in:
Kale 2021-08-21 00:28:45 -07:00
parent 43a2a355c3
commit 71957a7826
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -20,4 +20,5 @@ git commit -m "Schedule Building : `date`"
git push -u origin $INPUT_BRANCH_VERSION
if [ -f "/repros/$INPUT_sub_action_location" ]; then
python3 /repros/$INPUT_sub_action_location
echo "Code Completed!"
fi