From 2174d0fa439bfaae8679d5233833f61061c2ce4f Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 6 Aug 2021 19:40:54 -0700 Subject: [PATCH] Update 'filters.sh' --- filters.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/filters.sh b/filters.sh index 81eda69..f91ce4b 100644 --- a/filters.sh +++ b/filters.sh @@ -2,6 +2,7 @@ git clone https://github.com/minoplhy/filters-maker /filters-maker git clone https://x-access-token:$API_TOKEN_GITHUB@github.com/$INPUT_DESTINATION_UNAME/$INPUT_DESTINATION_REPO.git /repros git clone https://x-access-token:$API_TOKEN_GITHUB@github.com/$INPUT_DESTINATION_UNAME/$INPUT_DESTINATION_REPO.wiki.git /reprwiki +mkdir /reprwiki/$INPUT_DESTINATION_FOLDER/ mkdir /reprwiki/$INPUT_DESTINATION_FOLDER/$INPUT_DESTINATION_VERSION pip3 install -r /filters-maker/requirements.txt cd /reprwiki