diff --git a/README.md b/README.md index 8ed269a..f4d8ff6 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The following is an extended example with all available options. # - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec file_pattern: '*.php src/*.js tests/*.js' - # Optional. Local file path to the repository. + # Optional. Relative file path under $GITHUB_WORKSPACE to the repository. # Defaults to the root of the repository. repository: . diff --git a/action.yml b/action.yml index ed7e85f..ad25cab 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ inputs: required: false default: '.' repository: - description: Local file path to the git repository. Defaults to the current directory (`.`) + description: Relative file path under $GITHUB_WORKSPACE to the git repository. Defaults to the current directory (`.`) required: false default: '.' commit_user_name: