You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoke-Command will exit the parent process if a manifest script issues
a break command. Use Start-Job to resolve this.
FixesScoopInstaller/GithubActions#32
sedlund
added a commit
to sedlund/Scoop
that referenced
this issue
Feb 27, 2023
Invoke-Command will exit the parent process if a manifest script issues
a break command. Use Start-Job to resolve this.
FixesScoopInstaller/GithubActions#32
The Excavator workflow is not continuing on error and failing to update all the Scoop buckets.
Currently
Extras
bucket is stuck onlibrewolf
ScoopInstaller/Extras#10591Main
is stuck onpnpm
https://github.com/ScoopInstaller/Main/actions/runs/4273331999/jobs/7439175044#step:3:584Versions
is stuck onmatrix
https://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...
The text was updated successfully, but these errors were encountered: