ci: auto-regenerate files [skip ci]

This commit is contained in:
lowlighter
2022-01-14 00:03:15 -05:00
parent 6a17bcb92a
commit 3c4730b0f6
5 changed files with 141 additions and 3 deletions

View File

@@ -48,5 +48,13 @@ Legend for option icons:
#### Examples workflows
<!--examples-->
```yaml
name: Default metrics
uses: lowlighter/metrics@latest
with:
filename: metrics.base.svg
token: ${{ secrets.METRICS_TOKEN }}
base: header, activity, community, repositories, metadata
```
<!--/examples-->

View File

@@ -29,5 +29,16 @@ Legend for option icons:
#### Examples workflows
<!--examples-->
```yaml
name: News from hackernews
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.rss.svg
token: NOT_NEEDED
base: ''
plugin_rss: 'yes'
plugin_rss_source: https://news.ycombinator.com/rss
plugin_rss_limit: 4
```
<!--/examples-->