Skip to content

Commit f53a62c

Browse files
authored
README: clearify meaning of the repository field (#404)
1 parent 4fc4bbf commit f53a62c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following is an extended example with all available options.
8484
# - https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
8585
file_pattern: '*.php src/*.js tests/*.js'
8686

87-
# Optional. Local file path to the repository.
87+
# Optional. Relative file path under $GITHUB_WORKSPACE to the repository.
8888
# Defaults to the root of the repository.
8989
repository: .
9090

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
required: false
3030
default: '.'
3131
repository:
32-
description: Local file path to the git repository. Defaults to the current directory (`.`)
32+
description: Relative file path under $GITHUB_WORKSPACE to the git repository. Defaults to the current directory (`.`)
3333
required: false
3434
default: '.'
3535
commit_user_name:

0 commit comments

Comments
 (0)