GithubActions
GithubActions copied to clipboard
The 'Referer' header must be modified using the appropriate property or method.
I maintain a bucket and for one of the apps an HTTP Referer must be used, but this is the first time I get this error.
The 'Referer' header must be modified using the appropriate property or method.
Parameter name: name
At C:\Users\runneradmin\SCOOP\apps\scoop\current\lib\install.ps1:111 char:9
+ throw $e
+ ~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], ArgumentException
+ FullyQualifiedErrorId : The 'Referer' header must be modified using the appropriate property or method.
Parameter name: name
Error: Process completed with exit code 1.
See here
I have not changed the way I generate scoop's config.json, and the last time this ran successfully was this one.
I was able to uninstall and reinstall the same app without a problem.
Thanks in advance.
👀