We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084fda1 commit 06a20baCopy full SHA for 06a20ba
.github/workflows/outage_notifier.yaml
@@ -4,7 +4,7 @@ on:
4
push:
5
workflow_dispatch:
6
schedule:
7
- - cron: '*/6 * * * *'
+ - cron: '*/5 * * * *'
8
9
env:
10
PWRONDATABOT_TOKEN: ${{ secrets.PWRONDATABOT_TOKEN }}
@@ -80,4 +80,4 @@ jobs:
80
- name: Run pse notify
81
continue-on-error: true
82
run: |
83
- python -d output_files -r .5 -c 1 -e .1 -u pse --telegram-token "${PWRONDATABOT_TOKEN}" --telegram-chat-id "-1003012377346" --telegram-thread-id "2" --geocode-api-key "${GEOCODE_API_KEY}"
+ python outage_notifier.py -d output_files -r .5 -c 1 -e .1 -u pse --telegram-token "${PWRONDATABOT_TOKEN}" --telegram-chat-id "-1003012377346" --telegram-thread-id "2" --geocode-api-key "${GEOCODE_API_KEY}"
0 commit comments