mirror of
https://github.com/domfelipe/domfelipe.git
synced 2026-08-07 06:56:44 +00:00
fix: use only valid action inputs, remove unsupported parameters
This commit is contained in:
parent
76340e9745
commit
aca6d4af40
1 changed files with 5 additions and 13 deletions
16
.github/workflows/metrics.yml
vendored
16
.github/workflows/metrics.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
||||||
- uses: lowlighter/metrics@master
|
- uses: lowlighter/metrics@master
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.METRICS_TOKEN }}
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
committer_token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
|
||||||
plugin_isocalendar: yes
|
plugin_isocalendar: yes
|
||||||
plugin_isocalendar_limit: 52
|
plugin_isocalendar_limit: 52
|
||||||
|
|
@ -26,18 +27,9 @@ jobs:
|
||||||
|
|
||||||
plugin_achievements: no
|
plugin_achievements: no
|
||||||
plugin_activity: no
|
plugin_activity: no
|
||||||
|
plugin_posts: no
|
||||||
|
plugin_rss: no
|
||||||
|
|
||||||
use_template: yes
|
|
||||||
template: classic
|
template: classic
|
||||||
|
|
||||||
base_color: '1a1b26'
|
plugins_errors_fatal: no
|
||||||
base_theme: high-contrast
|
|
||||||
|
|
||||||
text_color: 'FAFAFA'
|
|
||||||
label_color: '66D9EF'
|
|
||||||
badge_color: 'A6E22E'
|
|
||||||
icon_color: 'E6DB74'
|
|
||||||
|
|
||||||
animations: yes
|
|
||||||
|
|
||||||
output_action: commit
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue