Skip to content

Commit

Permalink
Debug stage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshan-H committed Nov 15, 2023
1 parent e4efc94 commit fc6b9f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert_ics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
git config --global user.name "GitHub Actions"
csv_branch_name="csv-files-$year"
git checkout -b "$csv_branch_name"
tree
tree ..
python converters/icalendar_to_csv.py "$file"
echo
tree
tree ..
git status
git add "csv/$year.csv"
git commit -m "Convert $year.ics to $year.csv [skip ci]"
Expand Down
2 changes: 1 addition & 1 deletion ics/2021.ics
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ STATUS:CONFIRMED
UID:sl_26
DTSTART;VALUE=DATE:20211230
DTEND;VALUE=DATE:20211231
SUMMARY:Temp Holiday v7
SUMMARY:Temp Holiday v8
DESCRIPTION:Public,Bank,Mercantile
END:VEVENT
END:VCALENDAR

0 comments on commit fc6b9f6

Please sign in to comment.