Update 'filters.sh'

This commit is contained in:
Kale 2021-08-02 07:12:45 -07:00
parent 582026c22b
commit 80a07d8f8e
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

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 /filters-maker/$INPUT_ACTION_FILE
python3 /repros/$INPUT_ACTION_FILE
git config --local user.name $INPUT_GIT_NAME
git config --local user.email $INPUT_GIT_EMAIL
git add .