Skip to content

Commit

Permalink
editing schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hyura017 committed Oct 15, 2021
1 parent 4c80bbf commit bcb5ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/test/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const getMarkdownStats = require("md-stats");
const path = "../../attendances";
const MINIMAL_WORDS = 150;
const MINIMAL_WORDS = 5;

(async () => {
const stats = await getMarkdownStats(path);
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: Thanks ${{ github.event.pull_request.user.login }} has been submitted
message: [KTI] Thanks ${{ github.event.pull_request.user.login }} has been submitted

0 comments on commit bcb5ee3

Please sign in to comment.