diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 21 |
1 files changed, 0 insertions, 21 deletions
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 |