From 44238d30c12c3b5779af6fb635713790687397ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Feb 2021 15:53:07 +0000 Subject: [PATCH] Auto-regenerate files --- action.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b965fbb5..68fc9881 100644 --- a/action.yml +++ b/action.yml @@ -41,14 +41,23 @@ inputs: required: true # GitHub username + # Defaults to "token" owner user: description: GitHub username default: "" - # Set to "${{ secrets.GITHUB_TOKEN }}" + # GitHub repository + # Compute metrics for a repository instead ("user" being the repository owner) + # Check https://github.com/lowlighter/metrics/blob/master/source/templates/repository/README.md for more informations + repo: + description: GitHub repository + default: "" + + # Set to "${{ github.token }}" or "${{ secrets.GITHUB_TOKEN }}" + # GITHUB_TOKEN is a special auto-generated token restricted to current repository, which is used to push files in it committer_token: description: GitHub Token used to commit metrics - default: "" + default: ${{ github.token }} # Branch used to commit rendered metrics committer_branch: