Skip to content

Commit

Permalink
READY-COMMAND
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jan 6, 2025
1 parent f55ee43 commit 8c8d882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/this_spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
console.log(JSON.stringify(context, null, 2));
// get the PR text and make sure that all items are checked
const prText = context.payload.client_payload.github.payload.issue.body;
const prText = context.payload.pull_request.body;
prText.split('\n').forEach(line => {
if (line.startsWith('- [ ]')) {
Expand Down

0 comments on commit 8c8d882

Please sign in to comment.