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:
runs-on: ubuntu-latest name: Update this repo's README with latest AniList activites
steps: runs-on: ubuntu-latest
- uses: actions/checkout@master steps:
with: - uses: actions/checkout@v2
persist-credentials: false - name: AniList readme workflow
fetch-depth: 0 uses: pxseu/anilist-readme@v1.4.2
- name: Create README.md with:
uses: actions-js/profile-readme@master user_id: YOUR_USER_ID
with:
username: psavarmattas
github_token: ${{ secrets.SuperSecret }}
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.SuperSecret }}