From 89790c4f58d8e848031c2ef12af079b5c1189a82 Mon Sep 17 00:00:00 2001 From: ngn Date: Fri, 18 Nov 2022 03:52:36 +0300 Subject: [PATCH] workflow patch --- .github/workflows/update-readme.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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