Skip to content

Commit cdec159

Browse files
authored
Update main.yml
1 parent f863404 commit cdec159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
- name: Run pse notifier
6868
run: |
6969
echo "Running PSE notifier"
70-
python expand.py -r pse-outage -i -o output_files -l 2 pse-outage/pse-events.json
71-
python create_outages_dataframe.py -l -d pse-outage/output_files -u pse -o output_files/pse_outages_dataframe.csv
70+
python expand.py -r pse-outage -i -o output_files -l 2 ../pse-outage/pse-events.json
71+
python create_outages_dataframe.py -l -d output_files -u pse -o output_files/pse_outages_dataframe.csv
7272
python analyze_current_outages.py -f output_files/pse_outages_dataframe.csv -l .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)