From 43a2a355c3517c74820a972b4ce0c36752152bb7 Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 20 Aug 2021 23:51:55 -0700 Subject: [PATCH] Update 'filters.sh' --- filters.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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