workflow patch

This commit is contained in:
ngn 2022-11-18 03:52:36 +03:00
parent bfa760c9fc
commit 89790c4f58

View File

@ -1,16 +1,17 @@
name: GitHub - Activity - Readme
name: Update README
on:
schedule:
- cron: "0 0 * * 0"
- cron: '0 0 * * 0'
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.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}