@@ -45,7 +45,7 @@ If this is false all maps will get updated on every push.
4545> {style="note"}
4646
4747### MapFilePatterns
48- ` <string[]> default="master " `
48+ ` <string[]> default="Resources/Maps/*.yml " `
4949
5050Glob patterns of map files to check for.
5151
@@ -59,12 +59,12 @@ Glob patterns for excluding specific map files.
5959
6060Prevent updating maps when there where any c# files changed.
6161
62- > Requires the map server to be installed as a github app.
62+ > Requires the map server to be installed as a github app.
6363> This setting is recommended when the map server is configured to run for PRs
6464> as it prevents potentially malicious changes from being built and executed.
6565> {style="note"}
6666
67- > Be ** very** careful about turning this off as it may allow arbitrary code execution
67+ > Be ** very** careful about turning this off as it may allow arbitrary code execution
6868> if the map server is not configured with this option being turned off in mind!
6969> {style="warning"}
7070
@@ -81,18 +81,18 @@ Setting this to true enables listening to the PullRequest event for putting the
8181### Identity
8282` <GitIdentity> default={Name="ss14.mapserver", Email="git@mapserver.localhost"} `
8383
84- The identity git will use to pull changes with. This doesn't have an effect on anything but is required for pulling
84+ The identity git will use to pull changes with. This doesn't have an effect on anything but is required for pulling
8585changes in some situations.
8686
8787### SshCommand
8888` <string> `
8989
90- The ssh command used by git if set. Used for providing an ssh key to use.
90+ The ssh command used by git if set. Used for providing an ssh key to use.
9191
9292```` Shell
9393ssh -i [path to ssh key]
9494````
9595
9696<seealso >
9797 <a href="Github-Configuration.md"/>
98- </seealso >
98+ </seealso >
0 commit comments