From 21ffcee746306682a98ea2f7d159e812d2140502 Mon Sep 17 00:00:00 2001 From: Marco Accorinti Date: Wed, 20 Sep 2023 21:00:50 +0200 Subject: [PATCH] update: README.md with new options, descriptions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7924cd..e73deab 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/ # Default: true persist-credentials: '' - # Relative path under $GITHUB_WORKSPACE to place the repository + # Relative path under $GITHUB_WORKSPACE/working-directory to place the repository path: '' # Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching @@ -126,6 +126,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/ # running from unless specified. Example URLs are https://github.com or # https://my-ghes-server.example.com github-server-url: '' + + # Provide the working directory for the git commands to execute into, defaults to + # $GITHUB_WORKSPACE + working-directory: '' ```