Z-Wave Bot: Scheduled actions #2862
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: 'Z-Wave Bot: Scheduled actions' | |
on: | |
schedule: | |
# every 12 hours | |
- cron: '0 */12 * * *' | |
jobs: | |
stale: | |
runs-on: [ubuntu-latest] | |
steps: | |
- name: Trigger Stale App | |
run: echo "Trigger Stale App!" |