mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-04-28 06:39:23 +02:00
README: clearify meaning of the repository field (#404)
This commit is contained in:
@@ -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
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user