From 7ff0aae8bbba96dc8eb4377536a5ccfc4e1bf7ee Mon Sep 17 00:00:00 2001 From: alyx Date: Fri, 4 Feb 2022 09:33:14 -0500 Subject: rename some stuffs --- .github/workflows/main.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea16e8d..bca7215 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,29 +1,19 @@ -# This is a basic workflow to help you get started with Actions +name: JSON updater -name: CI - -# Controls when the workflow will run on: schedule: - cron: "0 0 * * *" - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on + DL: runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # Runs a set of commands using the runners shell - - name: Run a multi-line script + - name: Update the danged JSON run: | cd $GITHUB_WORKSPACE rm circuitsv2.json -- cgit v1.2.3-54-g00ecf