File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments