diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index bda20f4..9cf3b2e 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -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 }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file