Skip to content

Commit

Permalink
feat: add last update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chhunneng committed Apr 13, 2024
1 parent 017fa1b commit 2ef99c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/search-github-sponsorable-in-cambodia.mts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const persons = results.map((person) => {
const totalUsers = results.length;
const searchResultsLink = "https://github.com/search?q=location%3ACambodia&type=users&ref=simplesearch";
const myProfileLine = "https://github.com/Chhunneng";
const dateTime = new Date()
const OUTPUT = `# List of Developers in Cambodia
This repository is a list of GitHub user or developer who are putting location in Cambodia.
Expand All @@ -79,6 +80,7 @@ This repository maintenance by [Chhunneng](${myProfileLine}) or [Chrea Chanchhun
- Total: ${totalUsers}
- Search Results: [GitHub Search](${searchResultsLink})
- Last update: ${dateTime}
----
Expand Down

0 comments on commit 2ef99c4

Please sign in to comment.