Skip to content

Commit 9846fa3

Browse files
committed
chore: add getPRNumber
1 parent ec495f7 commit 9846fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/preview-theme.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function run() {
2929
const warnings = [];
3030
const token = core.getInput("token");
3131
const octokit = github.getOctokit(token || process.env.PERSONAL_TOKEN);
32-
const pullRequestId = 1438; //getPrNumber();
32+
const pullRequestId = getPrNumber();
3333

3434
if (!pullRequestId) {
3535
console.log("PR not found");

0 commit comments

Comments
 (0)