From 709fb0fdd1052ba6014d096a7b3550fd8581728e Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 6 Aug 2021 19:34:07 -0700 Subject: [PATCH] wiki init --- filters.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/filters.sh b/filters.sh index 37c1216..6f4e1fa 100644 --- a/filters.sh +++ b/filters.sh @@ -1,6 +1,7 @@ #!/bin/bash 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 /repros/$INPUT_DESTINATION_FOLDER/$INPUT_DESTINATION_VERSION pip3 install -r /filters-maker/requirements.txt cd /repros