fix: markdown tests in ci

This commit is contained in:
lowlighter
2022-01-16 23:37:37 -05:00
parent 6722685bce
commit 1f5e6da19c
6 changed files with 25 additions and 7 deletions

View File

@@ -6,6 +6,10 @@
markdown: metrics.markdown.template.md
config_output: markdown
token: ${{ secrets.METRICS_TOKEN }}
prod:
with:
output_action: commit
committer_branch: examples
- name: Example with plugins configuration for embed use
uses: lowlighter/metrics@latest
@@ -36,6 +40,10 @@
plugin_isocalendar: yes
plugin_languages: yes
token: ${{ secrets.METRICS_TOKEN }}
prod:
with:
output_action: commit
committer_branch: examples
- name: Example (pdf output)
uses: lowlighter/metrics@latest
@@ -51,3 +59,7 @@
config_twemoji: yes
config_padding: 5%
token: ${{ secrets.METRICS_TOKEN }}
prod:
with:
output_action: commit
committer_branch: examples