Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly exit the process to not wait for hanging promises
As with other actions like setup-node, I'm seeing 2-4 minute delays in post cache actions lately. Apparently this is because of a change in node behavior: ruby/setup-ruby#543 (comment) The fix, as with other actions, is to explicitly exit so as not to wait for hanging promises.
- Loading branch information