ci: auto-regenerate files

This commit is contained in:
lowlighter
2022-10-18 23:38:31 -04:00
parent 5b8425fc3b
commit 7130b3a94e
4 changed files with 12 additions and 5 deletions

View File

@@ -719,6 +719,9 @@ Leave empty to use default endpoint.</p>
<td rowspan="2"><p>GitHub GraphQL API endpoint</p>
<p>Can be used to support <a href="https://github.com/enterprise">GitHub enterprises server</a>.
Leave empty to use default endpoint.</p>
<blockquote>
<p> GraphQL octokit will automatically append <code>/graphql</code> to provided endpoint</p>
</blockquote>
<img width="900" height="1" alt=""></td>
</tr>
<tr>

View File

@@ -84,6 +84,10 @@ Dependencies will be analyzed by [GitHub licensed](https://github.com/github/lic
<tr>
<td nowrap="nowrap"><h4><code>plugin_licenses_setup</code></h4></td>
<td rowspan="2"><p>Setup command</p>
<blockquote>
<p> Depending on the project, this may not be required.
The example command is intended for NodeJs projects that use <code>npm</code> to install their dependencies.</p>
</blockquote>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -125,7 +129,7 @@ with:
template: repository
repo: metrics
plugin_licenses: yes
plugin_licenses_setup: npm ci
plugin_licenses_setup: bash -c '[[ -f package.json ]] && npm ci || true'
```
```yaml
@@ -138,7 +142,7 @@ with:
template: repository
repo: metrics
plugin_licenses: yes
plugin_licenses_setup: npm ci
plugin_licenses_setup: bash -c '[[ -f package.json ]] && npm ci || true'
plugin_licenses_legal: no
plugin_licenses_ratio: yes