Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MoYoez/PhigrosLibrary-FlaskAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
MoYoez committed Oct 19, 2023
2 parents efcb6ca + 14a8854 commit 745ef9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ 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 handler.py ${{ inputs.url }}
python3 gameInformation.py ${{ inputs.url }}
- run: |
content=$(date +'%Y-%m-%d')
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "Update GameResource At $content"
git push
git push
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 745ef9f

Please sign in to comment.