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"