mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 14:22:53 -03:00
15 lines
231 B
YAML
15 lines
231 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://avifilestreambot.herokuapp.com"
|