You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/readme/partials/documentation/compatibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,4 +384,4 @@
384
384
</tr>
385
385
</table>
386
386
387
-
*Note: **markdown template** can actually render any kind of SVG metrics using [`embed` function](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.md#embedding-svg-metrics)*
387
+
*Note: **markdown template** can actually render any kind of SVG metrics using [`embed` function](https://github.com/Shadowghost/gh-metrics/blob/master/source/templates/markdown/example.md#embedding-svg-metrics)*
Use [`💬 discussions`](https://github.com/lowlighter/metrics/discussions) for feedback, new features suggestions, bugs reports or to request help for installation.
14
+
Use [`💬 discussions`](https://github.com/Shadowghost/gh-metrics/discussions) for feedback, new features suggestions, bugs reports or to request help for installation.
Copy file name to clipboardExpand all lines: .github/readme/partials/documentation/setup/action.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ As a general rule, the following scopes may be required:
31
31
-`read:project` for some projects related metrics
32
32
-`gist` for publishing renders to gists instead of a repository
33
33
34
-
> 💡 For security reasons, it is advised to always use the least amount of scopes. It is possible to prevent security issues by [forking this repository](https://github.com/lowlighter/metrics/fork) and using it in your workflow instead (more information available in step 3)
34
+
> 💡 For security reasons, it is advised to always use the least amount of scopes. It is possible to prevent security issues by [forking this repository](https://github.com/Shadowghost/gh-metrics/fork) and using it in your workflow instead (more information available in step 3)
35
35
36
36

37
37

@@ -43,7 +43,7 @@ A scope-less token can still display private contributions by enabling `Include
43
43
44
44
When a plugin has not enough scopes to operate (and `plugins_errors_fatal` is disabled), an error will be reported in the rendering like below:
## 2️ Put your GitHub personal token in repository secrets
49
49
@@ -73,7 +73,7 @@ jobs:
73
73
permissions:
74
74
contents: write
75
75
steps:
76
-
- uses: lowlighter/metrics@latest
76
+
- uses: Shadowghost/gh-metrics@latest
77
77
with:
78
78
token: ${{ secrets.METRICS_TOKEN }}
79
79
```
@@ -94,11 +94,11 @@ There are several *metrics* versions that can be used in workflows:
94
94
- `@master`/`@main`
95
95
- ✔️ Enjoy new features and bug fixes as they're being released
96
96
- ✔️ Helps discovering new issues
97
-
- ➖ Jobs may fail occasionally (watch [issues](https://github.com/lowlighter/metrics/issues) and [discussions](https://github.com/lowlighter/metrics/discussions) for bug tracking)
97
+
- ➖ Jobs may fail occasionally (watch [issues](https://github.com/Shadowghost/gh-metrics/issues) and [discussions](https://github.com/Shadowghost/gh-metrics/discussions) for bug tracking)
98
98
- `@{fork}`
99
99
- ✔️ Secure as you're in control
100
100
- ✔️ Advised when using additional scopes in personal access token
101
-
- ➖ Manual updates (watch new [releases](https://github.com/lowlighter/metrics/releases) for updates)
101
+
- ➖ Manual updates (watch new [releases](https://github.com/Shadowghost/gh-metrics/releases) for updates)
Copy file name to clipboardExpand all lines: .github/readme/partials/documentation/setup/shared.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Visit [metrics.lecoq.io](https://metrics.lecoq.io) and start playing around!
20
20
21
21
> ⚠️ Some plugins are not available on the web instance. Consider using [GitHub action](https://github.com/marketplace/actions/metrics-embed) to enjoy all features!
22
22
23
-
> ℹ️ [metrics.lecoq.io](https://metrics.lecoq.io) always run on [latest release](https://github.com/lowlighter/metrics/releases/latest). To test upcoming releases, use [beta-metrics.lecoq.io](https://beta-metrics.lecoq.io), which always run on `@master` instead.
23
+
> ℹ️ [metrics.lecoq.io](https://metrics.lecoq.io) always run on [latest release](https://github.com/Shadowghost/gh-metrics/releases/latest). To test upcoming releases, use [beta-metrics.lecoq.io](https://beta-metrics.lecoq.io), which always run on `@master` instead.
0 commit comments