README UPDATE
This commit is contained in:
38
.github/workflows/update-activity-workflow.yml
vendored
38
.github/workflows/update-activity-workflow.yml
vendored
@@ -5,16 +5,34 @@ on:
|
|||||||
- cron: '*/30 * * * *'
|
- cron: '*/30 * * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
build:
|
# build:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
name: Update this repo's README with recent activity
|
# 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:
|
||||||
|
publish:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@master
|
||||||
- uses: jamesgeorge007/github-activity-readme@master
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.SuperSecret }}
|
|
||||||
with:
|
with:
|
||||||
COMMIT_MSG: 'Added recent activity on GitHub'
|
persist-credentials: false
|
||||||
MAX_LINES: 10
|
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 }}
|
||||||
Reference in New Issue
Block a user