diff options
author | alyx <alyx@aleteoryx.me> | 2023-07-31 13:52:05 -0400 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-07-31 13:52:05 -0400 |
commit | f0f5fc9703b8bc46ae81ab9e99d0da9b8f774cb6 (patch) | |
tree | b3d796b61171dac54fb529daacb7403c1362d5a7 /.github/workflows | |
parent | 0490ebfefc2fb9383f8ff3a3302af2842e928377 (diff) | |
download | RRCUtils-f0f5fc9703b8bc46ae81ab9e99d0da9b8f774cb6.tar.gz RRCUtils-f0f5fc9703b8bc46ae81ab9e99d0da9b8f774cb6.tar.bz2 RRCUtils-f0f5fc9703b8bc46ae81ab9e99d0da9b8f774cb6.zip |
remove gh/replit stuff
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 |