From dd6fced906e185d73b03506674379cc0adc97f37 Mon Sep 17 00:00:00 2001 From: Avi Patil <67785446+avipatilpro@users.noreply.github.com> Date: Thu, 22 Apr 2021 17:34:39 +0530 Subject: [PATCH] Initial Commit --- .github/workflows/YOURACTION.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/YOURACTION.yml diff --git a/.github/workflows/YOURACTION.yml b/.github/workflows/YOURACTION.yml new file mode 100644 index 0000000..f6ac938 --- /dev/null +++ b/.github/workflows/YOURACTION.yml @@ -0,0 +1,14 @@ +name: Heroku Awake + +on: + schedule: + - cron: "*/30 * * * *" + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: mikeesto/heroku-awake@1.0.0 + with: + URL: "https://avifilestreambot.herokuapp.com"