Version 1.8 (#5)
This commit is contained in:
29
action.yml
29
action.yml
@@ -6,28 +6,41 @@ branding:
|
||||
color: gray-dark
|
||||
inputs:
|
||||
token:
|
||||
description: GitHub Personal Token (require "public_repo" permissions)
|
||||
description: GitHub Personal Token
|
||||
required: true
|
||||
committer_token:
|
||||
description: If provided, this token will be used instead of "token" for commit operations. You can specify a bot account to avoid virtually increasing your stats due to this action commits.
|
||||
description: If provided, this token will be used instead of "token" for commit operations (you can specify a bot account to avoid virtually increasing your stats due to this action commits)
|
||||
default: ""
|
||||
user:
|
||||
description: Target GitHub username
|
||||
required: true
|
||||
description: GitHub username
|
||||
default: ""
|
||||
filename:
|
||||
description: Name of SVG image output
|
||||
default: github-metrics.svg
|
||||
optimize:
|
||||
description: Optimize SVG image
|
||||
default: yes
|
||||
plugin_pagespeed:
|
||||
description: Enable Pagespeed metrics for user's website (requires "pagespeed_token" to be provided)
|
||||
description: Enable Google PageSpeed metrics for account attached website
|
||||
default: no
|
||||
pagespeed_token:
|
||||
description: Pagespeed Personal Token (optional, see https://developers.google.com/speed/docs/insights/v5/get-started for more information)
|
||||
description: Google Pagespeed Personal Token (*see https://developers.google.com/speed/docs/insights/v5/get-started for more informations)
|
||||
default: ""
|
||||
plugin_lines:
|
||||
description: Enable repositories lines metrics
|
||||
description: Enable lines of code metrics
|
||||
default: no
|
||||
plugin_traffic:
|
||||
description: Enable repositories traffic metrics (due to GitHub API limitations, "token" must have "repo" permissions)
|
||||
description: Enable repositories traffic metrics (*provided GitHub token require full "repo" permissions)
|
||||
default: no
|
||||
plugin_habits:
|
||||
description: Enable coding habits metrics
|
||||
default: no
|
||||
plugin_selfskip:
|
||||
description: Skip commits flagged with [Skip GitHub Action] from commits count
|
||||
default: no
|
||||
debug:
|
||||
description: Enable debug logs
|
||||
default: no
|
||||
runs:
|
||||
using: node12
|
||||
main: action/dist/index.js
|
||||
Reference in New Issue
Block a user