Excavator action is not continuing to update other manifests after failing.
The Excavator workflow is not continuing on error and failing to update all the Scoop buckets.
Currently Extras bucket is stuck on librewolf https://github.com/ScoopInstaller/Extras/issues/10591
Main is stuck on pnpm https://github.com/ScoopInstaller/Main/actions/runs/4273331999/jobs/7439175044#step:3:584
Versions is stuck on matrix https://github.com/ScoopInstaller/Versions/actions/runs/4273354246/jobs/7439213141#step:3:405
Any manifest that is alphabetically after the failed manifest will not get updated by the action.
I dont think
$Global:ErrorActionPreference = 'Continue'
Is getting scoped into https://github.com/ScoopInstaller/GithubActions/blob/23a63d8c4d9f2f1f486c75d876590d7f25ff6068/src/Action/Scheduled.psm1#L31
But I don't know PS...
Damn, thanks for bringing this to our notice, @sedlund! Much appreciated!