From bfb3fc664a6ba5eae58a105bb6ce047c9916feb1 Mon Sep 17 00:00:00 2001 From: gucio321 Date: Sun, 22 Mar 2026 17:25:18 +0100 Subject: [PATCH] README: clearify meaning of the repository field Hello, I just spent some time trying to figure out how to use the repository field. I think that actions/checkout used the better wording to express how exactly this property works. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: .