mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 22:15:15 +00:00
ci: fix theme preview action (#2563)
This commit is contained in:
parent
7bc8f19a7f
commit
976771080f
1 changed files with 2 additions and 1 deletions
|
|
@ -46,8 +46,8 @@ const INVALID_REVIEW_COMMENT = (commentUrl) =>
|
|||
|
||||
// Retrieve octokit instance.
|
||||
const OCTOKIT = github.getOctokit(getGithubToken());
|
||||
const PULL_REQUEST_ID = getPrNumber();
|
||||
const { OWNER, REPO } = getRepoInfo(github.context);
|
||||
var PULL_REQUEST_ID;
|
||||
|
||||
/**
|
||||
* Retrieve PR number from the event payload.
|
||||
|
|
@ -318,6 +318,7 @@ export const run = async () => {
|
|||
`;
|
||||
const ccc = new ColorContrastChecker();
|
||||
const commenter = getCommenter();
|
||||
PULL_REQUEST_ID = getPrNumber();
|
||||
debug(`Owner: ${OWNER}`);
|
||||
debug(`Repo: ${REPO}`);
|
||||
debug(`Commenter: ${commenter}`);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue