Skip to content

Commit

Permalink
fix: define version of GitHub API
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 6, 2023
1 parent f1f11fd commit 6c533cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/pull-request.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pull-request.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pull-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class PullRequest {
repo: this.repo,
pull_number: this.number,
headers: {
authorization: `token ${getInput('token', { required: true })}`,
'X-GitHub-Api-Version': '2022-11-28',
},
}
);
Expand Down

0 comments on commit 6c533cc

Please sign in to comment.