diff --git a/filters.sh b/filters.sh index 939b603..7ee9527 100644 --- a/filters.sh +++ b/filters.sh @@ -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 \ No newline at end of file +git push -u origin $INPUT_BRANCH_VERSION +if [ -f "/repros/$INPUT_sub_action_location" ]; then + python3 /repros/$INPUT_sub_action_location +fi