Skip to content

Commit 2808f2b

Browse files
authored
Update main.yml - troubleshooting git error
1 parent 94e9ca4 commit 2808f2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,4 @@ jobs:
6464
echo "Running PSE notifier"
6565
git config user.name "outage-data"
6666
git config user.email "actions@users.noreply.github.com"
67-
python expand.py -r ../pse-outage -i -o output_files -l 2 ../pse-outage/pse-events.json
68-
python create_outages_dataframe.py -l -d output_files -u pse -o output_files/pse_outages_dataframe.csv
69-
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}"
67+
git diff-tree fc9f1ed20b57e35808953c59830f19765f959983 26a5d3347b02654dbd65f23f256f6124aaf45a82 -r --abbrev=40 --full-index -M --raw -z --no-color

0 commit comments

Comments
 (0)