kristianfreeman / roam-backup

Automated Roam Research backups using GitHub Actions and AWS S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix error handling in script

kristianfreeman opened this issue · comments

When a selector lookup or something similar fails inside of the code (see https://github.com/totemprotocol/roam-backup/runs/496115224?check_suite_focus=true#step:5:17 for an example), the script is catching the error and making it so that the workflow step returns as successful.

https://github.com/signalnerve/roam-backup/blob/master/index.js#L108

have provisional fix for this in my fork