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
|`Publish.Module.AutoCleanup`|`Boolean`| Automatically cleanup old module versions |`true`|
136
-
|`Publish.Module.AutoPatching`|`Boolean`| Automatically patch module version |`true`|
137
-
|`Publish.Module.IncrementalPrerelease`|`Boolean`| Use incremental prerelease versioning |`true`|
138
-
|`Publish.Module.DatePrereleaseFormat`|`String`| Format for date-based prerelease |`''` (empty string) |
139
-
|`Publish.Module.VersionPrefix`|`String`| Prefix for version tags |`'v'`|
140
-
|`Publish.Module.MajorLabels`|`String`| Labels indicating a major version bump |`'major, breaking'`|
141
-
|`Publish.Module.MinorLabels`|`String`| Labels indicating a minor version bump |`'minor, feature'`|
142
-
|`Publish.Module.PatchLabels`|`String`| Labels indicating a patch version bump |`'patch, fix'`|
143
-
|`Publish.Module.IgnoreLabels`|`String`| Labels indicating no release |`'NoRelease'`|
144
-
145
-
This table clearly represents each nested property, type, brief description, and the default values you've specified in your provided PowerShell structure.
| `Name` | `string` | The name of the module to process. This defaults to the repository name if nothing is specified. | `false` | N/A |
155
186
| `Path` | `string` | The path to the source code of the module. | `false` | `src` |
156
-
|`ModulesOutputPath`|`string`| The path to the output directory for the modules. |`false`|`outputs/modules`|
157
-
|`DocsOutputPath`|`string`| The path to the output directory for the documentation. |`false`|`outputs/docs`|
158
-
|`PublishDocs`|`boolean`| Whether to publish the documentation using MkDocs and GitHub Pages. |`false`|`true`|
159
-
|`SiteOutputPath`|`string`| The path to the output directory for the site. |`false`|`outputs/site`|
160
-
|`Skip`|`string`| Defines what types of tests to skip. Allowed values are 'All', 'SourceCode', 'Module', 'None', 'macOS', 'Windows', 'Linux'. |`false`|`None`|
161
187
| `Version` | `string` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | `false` | N/A |
162
188
| `Prerelease` | `boolean` | Whether to use a prerelease version of the 'GitHub' module. | `false` | `false` |
163
189
| `Debug` | `boolean` | Whether to enable debug output. Adds a `debug` step to every job. | `false` | `false` |
@@ -204,13 +230,3 @@ permissions:
204
230
```
205
231
206
232
For more info see [Deploy GitHub Pages site](https://github.com/marketplace/actions/deploy-github-pages-site).
207
-
208
-
## Compatibility
209
-
210
-
The action is compatible with the following configurations:
0 commit comments