Skip to content

Commit

Permalink
Update markdown-template.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanvoice committed Jun 18, 2021
1 parent 8cce86d commit 32d039e
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 207 deletions.
72 changes: 0 additions & 72 deletions README.md

This file was deleted.

5 changes: 3 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"devMode": "true",
"advancedMode": "true",
"advancedMode": "false",
"language": "en-US",
"repository": [
"android-vpn-client-ics-openvpn"
"android-vpn-client-ics-openvpn",
"top-github-users"
]
}
102 changes: 46 additions & 56 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions sample.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/helper/config/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const HeaderModel = require('../../model/input/HeaderModel');
const RequestModel = require('../../model/input/RequestModel');
const jsonFile = require('../../helper/file/json-file');
let input = (function () {
// const INSIGHT_REPOSITORY = 'gayanvoice/insights';
// const INSIGHT_REPOSITORY = 'gayanvoice/my-profile-view-counter';
// const AUTH_KEY = '';
// const USER_AGENT = 'process.env.USER_AGENT';
const INSIGHT_REPOSITORY = process.env.GITHUB_REPOSITORY;
Expand Down
Loading

0 comments on commit 32d039e

Please sign in to comment.