GitHub allows specifying working-directory to run a step in a specific directory.
I'm working in a large repo with lots of different directories - one of those directories is my typescript project. .changesets is added in there at <repo_root>/typescript/.changesets.
When I run CI, changesets action errors out cause it can't find .changesets:
Error: There is no .changeset directory in this project
Any advice on how to handle this?