28 lines
931 B
Markdown
28 lines
931 B
Markdown
### 🙋 Introduction
|
||
|
||
The *introduction* plugin display your account bio or your organization/repository description.
|
||
It is mostly intended for metrics used outside of GitHub, since these informations are already available on GitHub.
|
||
|
||
<table>
|
||
<td align="center">
|
||
<details><summary open>Account version</summary>
|
||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.introduction.svg">
|
||
</details>
|
||
<details><summary open>Repository version</summary>
|
||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.introduction.repository.svg">
|
||
</details>
|
||
<img width="900" height="1" alt="">
|
||
</td>
|
||
</table>
|
||
|
||
#### ℹ️ Examples workflows
|
||
|
||
[➡️ Available options for this plugin](metadata.yml)
|
||
|
||
```yaml
|
||
- uses: lowlighter/metrics@latest
|
||
with:
|
||
# ... other options
|
||
plugin_introduction: yes
|
||
plugin_introduction_title: no # Hide section title
|
||
``` |