Rename GitHub metrics to Metrics

This commit is contained in:
linguist
2020-12-31 14:28:43 +01:00
parent d05c83fa77
commit 32a90c5375
6 changed files with 15 additions and 14 deletions

View File

@@ -118,13 +118,13 @@
},
//Embedded generated code
embed() {
return `![GitHub metrics](${this.url})`
return `![Metrics](${this.url})`
},
//GitHub action auto-generated code
action() {
return [
`# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference`,
`name: GitHub metrics`,
`name: Metrics`,
`on:`,
` # Schedule updates`,
` schedule: [{cron: "0 * * * *"}]`,