From 8398b261614e684231a1c69aa09879d018e81c41 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 11 Jun 2023 20:58:37 +0300 Subject: [PATCH] removed (dot)github --- .github/workflows/update-readme.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/update-readme.yml diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml deleted file mode 100644 index 9cf3b2e..0000000 --- a/.github/workflows/update-readme.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Update README - -on: - schedule: - - 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.GITHUB_TOKEN }} \ No newline at end of file