diff --git a/action.yml b/action.yml
index 42d6ef44..505d91d8 100644
--- a/action.yml
+++ b/action.yml
@@ -1227,7 +1227,7 @@ inputs:
default:
Skip base content
⚠️ Any plugin that relies on base content data may break! -Only use this option when using a plugin that can be configured with
+Only use this option when using a plugin that can be configured withtoken: NOT_NEEDEDtoken: NOT_NEEDED
plugin_chess_userAniList login
+Chess platform login
Displayed sections
contributors: all contributorscategories: contributors sorted by contributions categories (must be configured with plugin_contributors_categories)categories: contributors sorted by contributions categories (must be configured with plugin_contributors_categories)userGitHub username
-Defaults to token owner username.
Defaults to token owner username.
GitHub Token used to commit metrics
Leave this to ${{ github.token }} or ${{ secrets.GITHUB_TOKEN }}, which is a special auto-generated token restricted to current repository scope.
-💡 When using
+output_action: gist, it will usetokeninstead, since gists are outside of scope💡 When using
output_action: gist, it will usetokeninstead, since gists are outside of scope
committer_gistGist id
-Specify an existing gist id (can be retrieved from its URL) when using output_action: gist.
Specify an existing gist id (can be retrieved from its URL) when using output_action: gist.
filenameOutput path
-When using an asterisk (*), correct extension will automatically be applied according to config_output value
When using an asterisk (*), correct extension will automatically be applied according to config_output value
always: always try to push changesdata-changed: skip changes if no data changed (e.g. like when only metadata changed)+ℹ️ This option is only revelant when
+config_output: svgis set
css: purge and minify CSS stylesxml: pretty-print XML (useful to reduce diff)svg: optimization with SVGO (experimental, require --optimize-svg experimental flag)svg: optimization with SVGO (experimental, requires experimental_features: --optimize-svg)Some templates may not support all options
+Templates may not always honour all provided options
Extra CSS
Custom CSS that will be injected in used template. Useful to avoid creating a new template just to tweak some styling
++💡 metrics tends to avoid using
+!importantrules, which means that most styling can be overridden by this option when using!important
Extra JavaScript
Custom JavaScript that will be executed during puppeteer rendering. Useful to avoid creating a new template just to tweak some content.
-Note that is it executed within puppeteer context and not metrics context. +
+⚠️ Note that is it executed within puppeteer context and not within metrics context. +No access to fetched data or configuration will be offered through this context. It is run after transformations and optimizations, but just before resizing.
+
Use GitHub custom emojis
GitHub supports additional emojis which are not registered in Unicode standard (:octocat:, :shipit:, :trollface:, ...) See full list at https://api.github.com/emojis.
-This option has no effect when token: NOT_NEEDED is set.
This option has no effect when [`token: NOT_NEEDED``](/source/plugins/core/README.md#token) is set.
May increase filesize
Each value need to respect the following format:
{number}{number} + {number}%{number}%Percentage are relative to computed dimensions
quota_required_restMinimum GitHub REST API requests quota required to run
Action will cancel itself without any errors if requirements are not met
-This option has no effect when token is set to NOT_NEEDED
This option has no effect when token: NOT_NEEDED is set
quota_required_graphqlMinimum GitHub GraphQL API requests quota required to run
Action will cancel itself without any errors if requirements are not met
-This option has no effect when token is set to NOT_NEEDED
This option has no effect when token: NOT_NEEDED is set
quota_required_searchMinimum GitHub Search API requests quota required to run
Action will cancel itself without any errors if requirements are not met
-This option has no effect when token is set to NOT_NEEDED
This option has no effect when token: NOT_NEEDED is set
debugDebug mode
-This setting is automatically enable if a job fail (useful with plugins_errors_fatal: yes)
This setting is automatically enable if a job fail (useful with plugins_errors_fatal: yes)
dryrunDry-run
-Contrary to output_action: none, output file won't be available in /metrics_renders directory
+⚠️ Unlike
+output_action: none, output file won't be available in/metrics_rendersdirectory
experimental_featuresExperimental features
-No backward compatibility is guaranteed for these features
++⚠️ No backward compatibility is guaranteed for these features
+
repositories will display repositories with the most lines added and removedhistory will display a graph displaying lines added and removed over time+ℹ️
+baserequires at leastbase: repositoriesto be set