Fix runtime error in workflow

This commit is contained in:
mtkennerly 2022-07-02 15:46:40 +08:00
parent e5248a8464
commit 2950791f35
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -459,7 +459,7 @@ function makeApiClient2(): any {
return new NodeMw({ return new NodeMw({
protocol: "https", protocol: "https",
server: "www.pcgamingwiki.com", server: "www.pcgamingwiki.com",
path: "/w", path: "/w/api.php",
debug: false, debug: false,
userAgent: "ludusavi-manifest-importer/0.0.0", userAgent: "ludusavi-manifest-importer/0.0.0",
concurrency: 1, concurrency: 1,