mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Update file_pattern Example in README
This commit is contained in:
parent
43ed630979
commit
a261484cc8
@ -29,7 +29,7 @@ Add the following step at the end of your job.
|
|||||||
commit_options: '--no-verify --signoff'
|
commit_options: '--no-verify --signoff'
|
||||||
|
|
||||||
# Optional glob pattern of files which should be added to the commit
|
# Optional glob pattern of files which should be added to the commit
|
||||||
file_pattern: src/\*.js
|
file_pattern: src/*.js tests/*.js
|
||||||
|
|
||||||
# Optional local file path to the repository
|
# Optional local file path to the repository
|
||||||
repository: .
|
repository: .
|
||||||
|
Loading…
Reference in New Issue
Block a user