README UPDATE

This commit is contained in:
2022-12-11 15:41:40 +05:30
parent 999dfbe6b3
commit 0b7a46268a

View File

@@ -20,19 +20,12 @@ on:
# MAX_LINES: 10 # MAX_LINES: 10
jobs: jobs:
publish: update-readme-with-anilist:
name: Update this repo's README with latest AniList activites
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@v2
- name: AniList readme workflow
uses: pxseu/anilist-readme@v1.4.2
with: with:
persist-credentials: false user_id: YOUR_USER_ID
fetch-depth: 0
- name: Create README.md
uses: actions-js/profile-readme@master
with:
username: psavarmattas
github_token: ${{ secrets.SuperSecret }}
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.SuperSecret }}