Skip to content

Commit

Permalink
Fix script syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Feb 13, 2024
1 parent 1c6a3db commit 6554b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
octokit.rest.issues.create({
owner: context.repo.owner,
repo: context.repo.repo,
title: 'Docs for review'
title: 'Docs for review',
body: fs.readFileSync('.to-review.txt'),
assignees: ['jdbaldry'],
});

0 comments on commit 6554b75

Please sign in to comment.