diff --git a/.github/workflows/deploy_examples.yml b/.github/workflows/deploy_examples.yml index 4314829edf..dac547b78d 100644 --- a/.github/workflows/deploy_examples.yml +++ b/.github/workflows/deploy_examples.yml @@ -80,6 +80,8 @@ jobs: script: | const linearlite = process.env.linearlite; const nextjs = process.env.nextjs; + + const prNumber = context.issue.number; const commentBody = `## Examples - linearlite: ${linearlite} - nextjs: ${nextjs}