The Excavator workflow is not continuing on error and failing to update all the Scoop buckets.
Any manifest that is alphabetically after the failed manifest will not get updated by the action.
$Global:ErrorActionPreference = 'Continue'
But I don't know PS...
The Excavator workflow is not continuing on error and failing to update all the Scoop buckets.
Currently
Extrasbucket is stuck onlibrewolfScoopInstaller/Extras#10591Mainis stuck onpnpmhttps://github.com/ScoopInstaller/Main/actions/runs/4273331999/jobs/7439175044#step:3:584Versionsis stuck onmatrixhttps://github.com/ScoopInstaller/Versions/actions/runs/4273354246/jobs/7439213141#step:3:405Any manifest that is alphabetically after the failed manifest will not get updated by the action.
I dont think
Is getting scoped into
GithubActions/src/Action/Scheduled.psm1
Line 31 in 23a63d8
But I don't know PS...