From f0f5fc9703b8bc46ae81ab9e99d0da9b8f774cb6 Mon Sep 17 00:00:00 2001 From: alyx Date: Mon, 31 Jul 2023 13:52:05 -0400 Subject: remove gh/replit stuff --- .github/workflows/main.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/main.yml (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 749b7d1..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: JSON updater - -on: - schedule: - - cron: "0 0 * * *" - - workflow_dispatch: - -jobs: - DL: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Update the danged JSON - run: | - cd $GITHUB_WORKSPACE - rm circuits.json - curl -o circuits.json "https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuitsv2.json" - git push -- cgit v1.2.3-54-g00ecf