From 027ce8d25910df5063aa14635e45b0bceac29ad0 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Wed, 1 Sep 2021 11:06:15 -0700 Subject: [PATCH] Delete progress.yml --- .github/workflows/progress.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/progress.yml diff --git a/.github/workflows/progress.yml b/.github/workflows/progress.yml deleted file mode 100644 index 4446a8f..0000000 --- a/.github/workflows/progress.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Progress Bar CI - -on: - workflow_dispatch: - schedule: - - cron: '59 23 * * *' - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js - uses: actions/setup-node@v1 - with: - node-version: '14.x' - - name: Update README.md - run: node index.js > README.md - - name: Commit change & Push - run: | - git config user.name 'github-actions[bot]' - git config user.email '41898282+github-actions[bot]@users.noreply.github.com' - git commit -am "bot: updated README.md" - git push