From ee86d9a816446b87895ebc49b29d8d890fb34cfa Mon Sep 17 00:00:00 2001 From: Avishkar Patil Date: Sat, 5 Jun 2021 12:01:20 +0530 Subject: [PATCH] RIP --- .github/workflows/YOURACTION.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/YOURACTION.yml diff --git a/.github/workflows/YOURACTION.yml b/.github/workflows/YOURACTION.yml deleted file mode 100644 index 4f8df5f..0000000 --- a/.github/workflows/YOURACTION.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Heroku Awake - -on: - schedule: - - cron: "*/30 * * * *" - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: mikeesto/heroku-awake@1.0.0 - with: - URL: "https://HEROKU_APP_NAME.herokuapp.com" - - # Put Your Heroke App Name As it is in above line - # Don't Change Any other Thing than App Name