8 lines
260 B
YAML
8 lines
260 B
YAML
- name: <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %> plugin (default)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.<%= name %>.svg
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
base: ""
|
|
plugin_<%= name %>: yes
|