diff --git a/action.yml b/action.yml index 90e5ed4..5639bf3 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ inputs: description: 'Whether to configure the token or SSH key with the local git config' default: true path: - description: 'Relative path under $GITHUB_WORKSPACE to place the repository' + description: 'Relative path under $GITHUB_WORKSPACE/working-directory to place the repository' clean: description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching' default: true