File tree Expand file tree Collapse file tree 2 files changed +5
-25
lines changed
Expand file tree Collapse file tree 2 files changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,11 @@ This step lets you add custom build logic to process or modify the module conten
2626
2727## Usage
2828
29- | Name | Description | Required | Default |
30- | --------------------| ----------------------------------------------------------------------------------------------- | -------- | ----------------- |
31- | ` Name ` | Name of the module to process. | ` false ` | |
32- | ` Path ` | Path to the folder where the modules are located. | ` false ` | ` src ` |
33- | ` ModulesOutputPath ` | Path to the folder where the built modules are outputted. | ` false ` | ` outputs/modules ` |
34- | ` Debug ` | Enable debug output. | ` false ` | ` 'false' ` |
35- | ` Verbose ` | Enable verbose output. | ` false ` | ` 'false' ` |
36- | ` Version ` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | ` false ` | |
37- | ` Prerelease ` | Allow prerelease versions if available. | ` false ` | ` 'false' ` |
38- | ` WorkingDirectory ` | The working directory where the script runs. | ` false ` | ` '.' ` |
29+ | Name | Description | Required | Default |
30+ | ------------------ | ------------------------------------------------------ | -------- | --------- |
31+ | ` Name ` | Name of the module to process. | ` false ` | |
32+ | ` ArtifactName ` | Name of the artifact to upload. | ` false ` | ` module ` |
33+ | ` WorkingDirectory ` | The working directory where the script will run from. | ` false ` | ` '.' ` |
3934
4035## Expected repository structure
4136
Original file line number Diff line number Diff line change @@ -13,21 +13,6 @@ inputs:
1313 description : Name of the artifact to upload.
1414 required : false
1515 default : module
16- Debug :
17- description : Enable debug output.
18- required : false
19- default : ' false'
20- Verbose :
21- description : Enable verbose output.
22- required : false
23- default : ' false'
24- Version :
25- description : Specifies the version of the GitHub module to be installed. The value must be an exact version.
26- required : false
27- Prerelease :
28- description : Allow prerelease versions if available.
29- required : false
30- default : ' false'
3116 WorkingDirectory :
3217 description : The working directory where the script will run from.
3318 required : false
You can’t perform that action at this time.
0 commit comments