ci: auto-regenerate files

This commit is contained in:
lowlighter
2022-01-16 18:33:24 -05:00
parent 5d2a5c5c45
commit 8a8d358890
49 changed files with 434 additions and 434 deletions

View File

@@ -108,8 +108,8 @@ uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.notable.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ''
plugin_notable: 'yes'
base: ""
plugin_notable: yes
```
```yaml
@@ -118,10 +118,10 @@ uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.notable.indepth.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ''
plugin_notable: 'yes'
plugin_notable_indepth: 'yes'
plugin_notable_repositories: 'yes'
base: ""
plugin_notable: yes
plugin_notable_indepth: yes
plugin_notable_repositories: yes
```
<!--/examples-->