mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-27 06:25:47 +08:00
CI: Fix theme preview workflow (Attempt 2) (#3034)
This commit is contained in:
parent
dc5d23e187
commit
2d3b4de24c
@ -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…
Reference in New Issue
Block a user