README UPDATE
This commit is contained in:
25
.github/workflows/update-activity-workflow.yml
vendored
25
.github/workflows/update-activity-workflow.yml
vendored
@@ -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 }}
|
|
||||||
Reference in New Issue
Block a user