From 45b781c5443cc3e8b9e752022c344a24fb5d80a8 Mon Sep 17 00:00:00 2001 From: Kale Date: Thu, 5 Aug 2021 18:56:06 -0700 Subject: [PATCH 1/5] Update 'action.yml' --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index fdd508d..722eeec 100644 --- a/action.yml +++ b/action.yml @@ -21,16 +21,16 @@ inputs: description: "Version on Destination etc. Pro , ucate , Hell" required: true ACTION_FILE: - description: 'action script for example look at action.example.py I'm calling this the Really Action Script' + description: "action script for example look at action.example.py I'm calling this the Really Action Script" required: true GIT_NAME: - description: 'Git Username' + description: "Git Username" required: true GIT_EMAIL: - description: 'Git E-mail' + description: "Git E-mail" required: true REPO_BRANCH: - description: 'Git Branch' + description: "Git Branch" required: true runs: From 709fb0fdd1052ba6014d096a7b3550fd8581728e Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 6 Aug 2021 19:34:07 -0700 Subject: [PATCH 2/5] 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 From 429aa6c46497c7ff35b511cc10956b67f74e03cc Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 6 Aug 2021 19:35:04 -0700 Subject: [PATCH 3/5] test reprwiki --- filters.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters.sh b/filters.sh index 6f4e1fa..403fe4a 100644 --- a/filters.sh +++ b/filters.sh @@ -4,7 +4,7 @@ git clone https://x-access-token:$API_TOKEN_GITHUB@github.com/$INPUT_DESTINATION 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 +cd /reprwiki python3 /repros/$INPUT_ACTION_FILE git config --local user.name $INPUT_GIT_NAME git config --local user.email $INPUT_GIT_EMAIL From 2ee3f8c318ba8ebe0cd44cd18cdea45640472b43 Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 6 Aug 2021 19:38:14 -0700 Subject: [PATCH 4/5] Update 'filters.sh' --- filters.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters.sh b/filters.sh index 403fe4a..81eda69 100644 --- a/filters.sh +++ b/filters.sh @@ -2,7 +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 /repros/$INPUT_DESTINATION_FOLDER/$INPUT_DESTINATION_VERSION +mkdir /reprwiki/$INPUT_DESTINATION_FOLDER/$INPUT_DESTINATION_VERSION pip3 install -r /filters-maker/requirements.txt cd /reprwiki python3 /repros/$INPUT_ACTION_FILE From 2174d0fa439bfaae8679d5233833f61061c2ce4f Mon Sep 17 00:00:00 2001 From: Kale Date: Fri, 6 Aug 2021 19:40:54 -0700 Subject: [PATCH 5/5] 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