Running etlr github/co2_data --export creates a branch with the same name as working ETL branch and commits updated files there.
If the branch exists, push a new commit. (@pabloarosado's suggestion was to fail, but I think it's pretty safe to add a commit given that we don't overwrite existing ones and we create a PR at the end)
Prefer GITHUB_TOKEN over OWIDBOT_ACCESS_TOKEN (in the future, we should clean it up and use only a single env)
chart-diff: ✅
No charts for review.
data-diff: ✅ No differences found
```diff
Legend: +New ~Modified -Removed =Identical Details
Hint: Run this locally with etl diff REMOTE data/ --include yourdataset --verbose --snippet
```
Automatically updated datasets matching _weekly_wildfires|excess_mortality|covid|fluid|flunet|country_profile|garden/ihme_gbd/2019/gbd_risk_ are not included
Implements https://github.com/owid/etl/issues/3584
etlr github/co2_data --export
creates a branch with the same name as working ETL branch and commits updated files there.GITHUB_TOKEN
overOWIDBOT_ACCESS_TOKEN
(in the future, we should clean it up and use only a single env)