README UPDATE

This commit is contained in:
2022-12-11 15:45:47 +05:30
parent a8a1d944a4
commit 350235c7bc
2 changed files with 0 additions and 51 deletions

View File

@@ -1,31 +0,0 @@
name: Update README
on:
schedule:
- cron: '*/30 * * * *'
workflow_dispatch:
# jobs:
# build:
# runs-on: ubuntu-latest
# name: Update this repo's README with recent activity
# steps:
# - uses: actions/checkout@v2
# - uses: jamesgeorge007/github-activity-readme@master
# env:
# GITHUB_TOKEN: ${{ secrets.SuperSecret }}
# with:
# COMMIT_MSG: 'Added recent activity on GitHub'
# MAX_LINES: 10
jobs:
update-readme-with-anilist:
name: Update this repo's README with latest AniList activites
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: AniList readme workflow
uses: pxseu/anilist-readme@v1.4.2
with:
user_id: "psavarmattas"