From 0b7a46268a405357ac4ee173b0093884490a9e27 Mon Sep 17 00:00:00 2001 From: psavarmattas Date: Sun, 11 Dec 2022 15:41:40 +0530 Subject: [PATCH] README UPDATE --- .../workflows/update-activity-workflow.yml | 25 +++++++------------ 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/.github/workflows/update-activity-workflow.yml b/.github/workflows/update-activity-workflow.yml index c48c691..2484909 100644 --- a/.github/workflows/update-activity-workflow.yml +++ b/.github/workflows/update-activity-workflow.yml @@ -20,19 +20,12 @@ on: # MAX_LINES: 10 jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - with: - persist-credentials: false - 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 }} \ No newline at end of file + 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: YOUR_USER_ID \ No newline at end of file