You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This GitHub Action is a part of the [PSModule framework](https://github.com/PSMo
8
8
| :---- | :---------- | :------: | :------ |
9
9
|`Name`| Name of the module. | No | Repository name |
10
10
|`SettingsPath`| Path to the settings file (json, yaml/yml, or psd1). | No ||
11
-
|`ImportantFilePatterns`| Newline-separated list of regex patterns that identify important files. Changes matching these patterns trigger build, test, and publish stages. | No |`^src/` and `^README\.md$`|
11
+
|`ImportantFilePatterns`| Newline-separated list of regular expression patterns that identify important files. Changes matching these patterns trigger build, test, and publish stages. | No |`^src/` and `^README\.md$`|
12
12
|`Debug`| Enable debug output. | No |`false`|
13
13
|`Verbose`| Enable verbose output. | No |`false`|
14
14
|`Version`| Specifies the version of the GitHub module to be installed. | No ||
0 commit comments