wiki init

This commit is contained in:
Kale 2021-08-06 19:34:07 -07:00
parent 45b781c544
commit 709fb0fdd1
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -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