Hacker News new | ask | show | jobs
by simonw 2072 days ago
I think if that happens `curl` returns an error status which kills the actions script before it gets to the commit - so you get an error message on the action but nothing is committed to the repo.
1 comments

Ah, that makes sense, thanks!