Skip to content

Commit

Permalink
Corrected spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sammychinedu2ky authored Mar 14, 2021
1 parent 75cc164 commit 65dc81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ async function run() {
owner: context.issue.owner,
repo: context.issue.repo,
issue_number: context.issue.number,
body: `@${context.actor} Pleae delete the adult content \r\n![warn](https://user-images.githubusercontent.com/36219292/110226853-be033a00-7ef2-11eb-802e-c7f6007fe7af.png)\r\n`,
body: `@${context.actor} Please delete the adult content \r\n![warn](https://user-images.githubusercontent.com/36219292/110226853-be033a00-7ef2-11eb-802e-c7f6007fe7af.png)\r\n`,
});
break;
}
}
}
}

run().catch(core.setFailed);
run().catch(core.setFailed);

0 comments on commit 65dc81d

Please sign in to comment.