From a1a40cbfcb62e7b6de3ecb62b9990f059cb01c3b Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 4 Jun 2024 20:03:18 +0200 Subject: [PATCH] Delete .github/workflows/main.yml --- .github/workflows/main.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 029a13b..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Check - -on: - schedule: - - cron: "0 * * * *" - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Install Java - run: | - sudo apt update - sudo apt install default-jre wget - - - name: Configure - run: | - cd recurring-execution-with-actions - wget https://github.com/tanrax/important-stories-alert-for-hacker-news/releases/download/v1.0.2/isahn-1.0.2-standalone.jar - echo "{ :min_score 600 :chat \"${{ secrets.TELEGRAM_CHAT }}\" :bot_token \"${{ secrets.TELEGRAM_BOT_TOKEN }}\" :run_every_miliseconds 3600000 }" > config.edn - - - name: Run - run: | - cd recurring-execution-with-actions - java -jar isahn-1.0.2-standalone.jar - - - name: Update database - run: | - cd recurring-execution-with-actions - ./updateDB.sh