fix(docs): markdown example

This commit is contained in:
lowlighter
2022-01-19 22:00:23 -05:00
parent cfa902fd87
commit 7f1d2866c3
4 changed files with 7 additions and 4 deletions

View File

@@ -1042,7 +1042,8 @@ jobs:
with:
template: markdown
filename: metrics.markdown.md
markdown: metrics.markdown.template.md
markdown: >-
https://raw.githubusercontent.com/lowlighter/metrics/examples/metrics.markdown.template.md
config_output: markdown
token: ${{ secrets.METRICS_TOKEN }}
output_action: commit

View File

@@ -140,7 +140,8 @@ uses: lowlighter/metrics@latest
with:
template: markdown
filename: metrics.markdown.md
markdown: metrics.markdown.template.md
markdown: >-
https://raw.githubusercontent.com/lowlighter/metrics/examples/metrics.markdown.template.md
config_output: markdown
token: ${{ secrets.METRICS_TOKEN }}

View File

@@ -3,7 +3,7 @@
with:
template: markdown
filename: metrics.markdown.md
markdown: metrics.markdown.template.md
markdown: https://raw.githubusercontent.com/lowlighter/metrics/examples/metrics.markdown.template.md
config_output: markdown
token: ${{ secrets.METRICS_TOKEN }}
prod:

View File

@@ -2,7 +2,8 @@
uses: lowlighter/metrics@latest
with:
template: markdown
markdown: metrics.markdown.template.md
markdown: >-
https://raw.githubusercontent.com/lowlighter/metrics/examples/metrics.markdown.template.md
config_output: markdown
token: MOCKED_TOKEN
use_mocked_data: yes