Auto-regenerate files
This commit is contained in:
@@ -200,6 +200,9 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
|||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.achievements.svg">
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.achievements.svg">
|
||||||
|
<details><summary>Compact display</summary>
|
||||||
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.achievements.compact.svg">
|
||||||
|
</details>
|
||||||
<img width="900" height="1" alt="">
|
<img width="900" height="1" alt="">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -529,7 +532,7 @@ When using a token with additional permissions, it is advised to fork this repos
|
|||||||
|
|
||||||
In this case, please consider watching new releases to stay up-to-date and enjoy latest features!
|
In this case, please consider watching new releases to stay up-to-date and enjoy latest features!
|
||||||
|
|
||||||
`@latest` will be updated on each release soon after [Planned for next release](https://github.com/lowlighter/metrics/projects/1#column-12378679) is emptied. Metrics doesn't introduce breaking changes **from an user point of view** (i.e. your workflows will always be valid) so you can follow release cycles without worrying.
|
`@latest` will be updated on each release. Metrics doesn't introduce breaking changes **from an user point of view** (i.e. your workflows will always be valid) so you can follow release cycles without worrying.
|
||||||
|
|
||||||
#### Examples workflows
|
#### Examples workflows
|
||||||
|
|
||||||
|
|||||||
5
action.yml
generated
5
action.yml
generated
@@ -738,6 +738,11 @@ inputs:
|
|||||||
description: Display unlocked secrets achievements
|
description: Display unlocked secrets achievements
|
||||||
default: yes
|
default: yes
|
||||||
|
|
||||||
|
# Achievements display style
|
||||||
|
plugin_achievements_display:
|
||||||
|
description: Achievements display style
|
||||||
|
default: normal
|
||||||
|
|
||||||
# Number of achievements events to display
|
# Number of achievements events to display
|
||||||
# Set to 0 to disable limitations
|
# Set to 0 to disable limitations
|
||||||
plugin_achievements_limit:
|
plugin_achievements_limit:
|
||||||
|
|||||||
Reference in New Issue
Block a user