mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
CI: Fix theme preview workflow (Attempt 2) (#3034)
This commit is contained in:
parent
dc5d23e187
commit
2d3b4de24c
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ export const run = async () => {
|
|||
|
||||
// Retrieve the PR diff and preview-theme comment.
|
||||
debug("Retrieve PR diff...");
|
||||
const res = await OCTOKIT.pulls.get({
|
||||
const res = await OCTOKIT.rest.pulls.get({
|
||||
owner: OWNER,
|
||||
repo: REPO,
|
||||
pull_number: PULL_REQUEST_ID,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue