docs: updated workflows examples and options descriptions (#772) [skip ci]
This commit is contained in:
23
source/plugins/achievements/examples.yml
Normal file
23
source/plugins/achievements/examples.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
- name: Detailed display
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.achievements.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_achievements: yes
|
||||
plugin_achievements_only: sponsor, maintainer, octonaut
|
||||
test:
|
||||
timeout: 900000
|
||||
|
||||
- name: Compact display
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.achievements.compact.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_achievements: yes
|
||||
plugin_achievements_only: polyglot, stargazer, sponsor, deployer, member, maintainer, developer, scripter, packager, explorer, infographile, manager
|
||||
plugin_achievements_display: compact
|
||||
plugin_achievements_threshold: X
|
||||
test:
|
||||
timeout: 900000
|
||||
Reference in New Issue
Block a user