1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 23:57:19 +08:00

Update file_pattern Example in README

This commit is contained in:
Stefan Zweifel
2020-04-23 20:46:41 +02:00
parent 43ed630979
commit a261484cc8

View File

@@ -29,7 +29,7 @@ Add the following step at the end of your job.
commit_options: '--no-verify --signoff'
# 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
repository: .