From d6bfd75bd9b198fbd67aaa9f39cfea1afad5b3b0 Mon Sep 17 00:00:00 2001 From: MoeMagicMango Date: Thu, 19 Oct 2023 18:13:10 +0800 Subject: [PATCH 1/4] fix typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e67cd22..8c2c99e 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ ### Based On [PhigrosLibrary](https://github.com/7aGiven/PhigrosLibrary) -Just Like Phigros Unlimited API, due to it's unstable,so I write this. +Just Like Phigros Unlimited API, due to it's ~~unstable~~ (deprecated), so I write this. ### API List From f11a4a8e033ebce856102586ce63550bfd6e9e9c Mon Sep 17 00:00:00 2001 From: MoeMagicMango Date: Thu, 19 Oct 2023 18:14:05 +0800 Subject: [PATCH 2/4] Rename updater.yml to updater.yml --- .github/{workflow => workflows}/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{workflow => workflows}/updater.yml (97%) diff --git a/.github/workflow/updater.yml b/.github/workflows/updater.yml similarity index 97% rename from .github/workflow/updater.yml rename to .github/workflows/updater.yml index 691176d..9f2b734 100644 --- a/.github/workflow/updater.yml +++ b/.github/workflows/updater.yml @@ -24,4 +24,4 @@ jobs: git config user.email github-actions@github.com git add . git commit -m "Update GameResource At $content" - git push \ No newline at end of file + git push From 989945524430745e21fb826131d4a20088f75784 Mon Sep 17 00:00:00 2001 From: MoeMagicMango Date: Thu, 19 Oct 2023 18:15:53 +0800 Subject: [PATCH 3/4] fix: yml handler err --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 9f2b734..013d68f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -17,7 +17,7 @@ jobs: - run: pip3 install tqdm - uses: actions/checkout@v3 - run: | - python3 handler.py ${{ inputs.url }} + python3 gameInformation.py ${{ inputs.url }} - run: | content=$(date +'%Y-%m-%d') git config user.name github-actions From 14a885462e4cd357b701dfea4f7dc8b9753fc7fc Mon Sep 17 00:00:00 2001 From: MoeMagicMango Date: Thu, 19 Oct 2023 18:17:18 +0800 Subject: [PATCH 4/4] Update updater.yml --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 013d68f..c97b94e 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: name: Fetch And Update runs-on: ubuntu-latest steps: - - run: pip3 install tqdm + - run: pip3 install tqdm UnityPy - uses: actions/checkout@v3 - run: | python3 gameInformation.py ${{ inputs.url }}