This commit is contained in:
minoplhy 2021-08-02 18:55:33 +07:00
parent c6aef4a135
commit a6ce98bdff

View File

@ -4,7 +4,7 @@ git clone https://x-access-token:$API_TOKEN_GITHUB@github.com/$INPUT_DESTINATION
mkdir /repros/$INPUT_DESTINATION_FOLDER/$INPUT_DESTINATION_VERSION
pip3 install -r /filters-maker/requirements.txt
cd /repros
python3 /repros/$INPUT_ACTION_FILE
python3 /filters-maker/$INPUT_ACTION_FILE
git config --local user.name $INPUT_GIT_NAME
git config --local user.email $INPUT_GIT_EMAIL
git add .