From fa0fa2e97b5b4fd40a86b2ba2f4d4b6c322bbe1f Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Mon, 22 Jul 2019 10:23:47 -0400 Subject: [PATCH] Update action.yml --- action.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 5ae0e54..220b0ed 100644 --- a/action.yml +++ b/action.yml @@ -4,12 +4,8 @@ author: 'GitHub' inputs: repository: description: 'Repository name' - required: true - default: ${{ github.repository }} ref: - description: 'Ref to checkout (SHA, branch, tag)' - required: true - default: ${{ github.sha }} + description: 'Ref to checkout (SHA, branch, tag).' token: description: 'Access token for clone repository' default: ${{ github.token }} @@ -20,7 +16,7 @@ inputs: description: 'Directory containing files to upload' lfs: description: 'Whether to download Git-LFS files; defaults to false' - fetchDepth: + fetch-depth: description: 'The depth of commits to ask Git to fetch; defaults to no limit' path: description: 'Optional path to check out source code'