feat: add fetch input (#423)

* chore: add additional log notes

* feat: add `fetch` input

Ref #386

* fix: add warnings about not fetching

* docs: `fetch` input & large repos FAQ

* chore: fix typo
This commit is contained in:
Federico Grandi
2022-08-22 19:26:22 +02:00
committed by GitHub
parent 68e252f6d5
commit f7edecabb7
5 changed files with 61 additions and 3 deletions

View File

@@ -29,6 +29,10 @@ inputs:
description: How the action should fill missing author name or email.
required: false
default: 'github_actor'
fetch:
description: Arguments for the git fetch command (if 'false', the action won't fetch the repo)
required: false
default: --tags --force
message:
description: The message for the commit
required: false