workflow patch
This commit is contained in:
parent
bfa760c9fc
commit
89790c4f58
7
.github/workflows/update-readme.yml
vendored
7
.github/workflows/update-readme.yml
vendored
@ -1,16 +1,17 @@
|
|||||||
name: GitHub - Activity - Readme
|
name: Update README
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0"
|
- cron: '0 0 * * 0'
|
||||||
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
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: jamesgeorge007/github-activity-readme@master
|
- uses: jamesgeorge007/github-activity-readme@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user