Stay awake #482
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Stay awake | |
on: | |
schedule: | |
# Schedule the action to run every 12 hours | |
- cron: "0 */12 * * *" | |
jobs: | |
stay-awake: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Curl app to keep it awake | |
run: curl -s https://startup-jgafnea.koyeb.app > /dev/null |