Skip to content

Commit 06a20ba

Browse files
authored
Update outage_notifier.yaml
fixed script name
1 parent 084fda1 commit 06a20ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/outage_notifier.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: '*/6 * * * *'
7+
- cron: '*/5 * * * *'
88

99
env:
1010
PWRONDATABOT_TOKEN: ${{ secrets.PWRONDATABOT_TOKEN }}
@@ -80,4 +80,4 @@ jobs:
8080
- name: Run pse notify
8181
continue-on-error: true
8282
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}"
83+
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

Comments
 (0)