ci(docs): add support for option flags
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- name: 📗 Classic template
|
||||
- name: Classic template
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.classic.svg
|
||||
@@ -6,7 +6,7 @@
|
||||
base: header, repositories
|
||||
plugin_lines: yes
|
||||
|
||||
- name: 📘 Repository template
|
||||
- name: Repository template
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
template: repository
|
||||
@@ -19,7 +19,7 @@
|
||||
plugin_projects: yes
|
||||
plugin_projects_repositories: lowlighter/metrics/projects/1
|
||||
|
||||
- name: 📙 Terminal template
|
||||
- name: Terminal template
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
template: terminal
|
||||
@@ -27,7 +27,7 @@
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: header, metadata
|
||||
|
||||
- name: 📒 Markdown template
|
||||
- name: Markdown template
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
template: markdown
|
||||
@@ -36,7 +36,7 @@
|
||||
config_output: markdown
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
|
||||
- name: 📒 Markdown template (with plugins)
|
||||
- name: Markdown template (with plugins)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
template: markdown
|
||||
@@ -66,7 +66,7 @@
|
||||
plugin_languages: yes
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
|
||||
- name: 📒 Markdown template (pdf output)
|
||||
- name: Markdown template (pdf output)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
template: markdown
|
||||
@@ -81,7 +81,7 @@
|
||||
config_padding: 5%
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
|
||||
- name: 📕 Community templates
|
||||
- name: Community templates
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user