Skip to content

Commit

Permalink
Add debug statements for CSV conversion process
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshan-H committed Nov 12, 2023
1 parent f04b02c commit a4e6916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/convert_ics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
git config --global user.name "GitHub Actions"
csv_branch_name="csv-files-$year"
git checkout -b "$csv_branch_name"
# Debug
pwd
ls
ls -R
git add "csv/$year.csv"
git commit -m "Convert $year.ics to $year.csv [skip ci]"
git push origin "$csv_branch_name"
Expand Down

0 comments on commit a4e6916

Please sign in to comment.