Update to the latest version of @actions/github.
This commit is contained in:
parent
55458a1ab1
commit
9ed519fa12
419 changed files with 56978 additions and 151535 deletions
1
node_modules/@octokit/graphql/dist-src/error.js
generated
vendored
1
node_modules/@octokit/graphql/dist-src/error.js
generated
vendored
|
|
@ -3,6 +3,7 @@ export class GraphqlError extends Error {
|
|||
const message = response.data.errors[0].message;
|
||||
super(message);
|
||||
Object.assign(this, response.data);
|
||||
Object.assign(this, { headers: response.headers });
|
||||
this.name = "GraphqlError";
|
||||
this.request = request;
|
||||
// Maintains proper stack trace (only available on V8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue