Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Nov 15, 2024
1 parent 688ff1d commit 0fc164b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0fc164b

Please sign in to comment.