Skip to content

Commit 4c2dc40

Browse files
feat: add additional workflow configuration options for debugging and versioning
1 parent dff7240 commit 4c2dc40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ jobs:
282282
| Name | Type | Description | Required | Default |
283283
| ---- | ---- | ----------- | -------- | ------- |
284284
| `SettingsPath` | `string` | The path to the settings file. All workflow configuration is controlled through this settings file. | `false` | `.github/PSModule.yml` |
285+
| `Debug` | `boolean` | Enable debug output. | `false` | `false` |
286+
| `Verbose` | `boolean` | Enable verbose output. | `false` | `false` |
287+
| `Version` | `string` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | `false` | `''` |
288+
| `Prerelease` | `boolean` | Whether to use a prerelease version of the 'GitHub' module. | `false` | `false` |
289+
| `WorkingDirectory` | `string` | The path to the root of the repo. | `false` | `'.'` |
285290

286291
### Secrets
287292

0 commit comments

Comments
 (0)