Update 'filters.sh'
This commit is contained in:
parent
c50c84ed13
commit
43a2a355c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user