From 0d552dd987d9ceda0497117be3c26dc143da4e3c Mon Sep 17 00:00:00 2001 From: Lucas <86352901+LucasVbr@users.noreply.github.com> Date: Wed, 18 Aug 2021 22:21:14 +0200 Subject: [PATCH] Delete update-readme.yml --- .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 8af7c7a..0000000 --- a/.github/workflows/update-readme.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: GitHub - Activity - Readme - -on: - schedule: - - cron: '*/30 * * * *' - 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 }}