From f53a62c26ed5971dd2ed8768e4142f08c767ea37 Mon Sep 17 00:00:00 2001 From: "M.Sz." Date: Sun, 22 Mar 2026 17:30:45 +0100 Subject: [PATCH] README: clearify meaning of the repository field (#404) --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: