We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec495f7 commit 9846fa3Copy full SHA for 9846fa3
scripts/preview-theme.js
@@ -29,7 +29,7 @@ async function run() {
29
const warnings = [];
30
const token = core.getInput("token");
31
const octokit = github.getOctokit(token || process.env.PERSONAL_TOKEN);
32
- const pullRequestId = 1438; //getPrNumber();
+ const pullRequestId = getPrNumber();
33
34
if (!pullRequestId) {
35
console.log("PR not found");
0 commit comments