Files
FileStreamBot/.github/workflows/YOURACTION.yml
Avishkar Patil d01bfc0000 Initial Commit
2021-05-15 23:40:27 +05:30

18 lines
348 B
YAML

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