README: clearify meaning of the repository field (#404)

This commit is contained in:
M.Sz.
2026-03-22 17:30:45 +01:00
committed by GitHub
parent 4fc4bbf34c
commit f53a62c26e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ The following is an extended example with all available options.
# - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec # - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
file_pattern: '*.php src/*.js tests/*.js' 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. # Defaults to the root of the repository.
repository: . repository: .
+1 -1
View File
@@ -29,7 +29,7 @@ inputs:
required: false required: false
default: '.' default: '.'
repository: 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 required: false
default: '.' default: '.'
commit_user_name: commit_user_name: