From c6c9a0c9f0befb4bdf10b142aac57257da3aaf6c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 2 Oct 2023 08:48:43 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f96039c..4b2f7cf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Field | Mandatory | Observation ------------ | ------------ | ------------- **owner** | YES | Ex: `octocat` **repository** | YES | Ex: `clone-github-repo-action` | -**branch** | NO | 'main' Ex: clone branch main (default) if not defined arg +**branch** | NO | Ex: `main` (default) **depth** | NO | 1 `Ex: most recent commit` **access-token** | NO | [How to create a PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)