Skip to content

Commit

Permalink
Add Modrinth.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-ja-ja committed Oct 1, 2024
1 parent cb45584 commit 73352bc
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_modrinth_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Modrinth Readme
on:
push:
branches:
- main
- master
jobs:
update_modrinth_readme:
runs-on: ubuntu-latest
Expand All @@ -17,6 +17,6 @@ jobs:
- name: Install dependencies
run: pip install requests rich
- name: Run Python Script
run: python .github/workflows/scripts/update_modrinth_readme.py aZhtZo3k README.md
run: python .github/workflows/scripts/update_modrinth_readme.py aZhtZo3k Modrinth.md
env:
SECRET: ${{ secrets.MODRINTH_API_TOKEN }}
Loading

0 comments on commit 73352bc

Please sign in to comment.