@@ -25,16 +25,16 @@ This step lets you add custom build logic to process or modify the module conten
2525
2626## Usage
2727
28- | Name | Description | Required | Default |
29- | --------------------| ----------------------------------------------------------------------------------------------- | -------- | ------------------------- |
30- | ` Name ` | Name of the module to process. | ` false ` | |
31- | ` Path ` | Path to the folder where the modules are located. | ` false ` | ` src ` |
32- | ` ModulesOutputPath ` | Path to the folder where the built modules are outputted. | ` false ` | ` outputs/modules ` |
33- | ` Debug ` | Enable debug output. | ` false ` | ` 'false' ` |
34- | ` Verbose ` | Enable verbose output. | ` false ` | ` 'false' ` |
35- | ` Version ` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | ` false ` | |
36- | ` Prerelease ` | Allow prerelease versions if available. | ` false ` | ` 'false' ` |
37- | ` WorkingDirectory ` | The working directory where the script runs. | ` false ` | ` ${{ github.workspace }} ` |
28+ | Name | Description | Required | Default |
29+ | --------------------| ----------------------------------------------------------------------------------------------- | -------- | ----------------- |
30+ | ` Name ` | Name of the module to process. | ` false ` | |
31+ | ` Path ` | Path to the folder where the modules are located. | ` false ` | ` src ` |
32+ | ` ModulesOutputPath ` | Path to the folder where the built modules are outputted. | ` false ` | ` outputs/modules ` |
33+ | ` Debug ` | Enable debug output. | ` false ` | ` 'false' ` |
34+ | ` Verbose ` | Enable verbose output. | ` false ` | ` 'false' ` |
35+ | ` Version ` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | ` false ` | |
36+ | ` Prerelease ` | Allow prerelease versions if available. | ` false ` | ` 'false' ` |
37+ | ` WorkingDirectory ` | The working directory where the script runs. | ` false ` | ` '.' ` |
3838
3939## Root module
4040
0 commit comments