Skip to content

Commit 3826615

Browse files
🩹 [Patch]: Update action inputs in README and action.yml to streamline module build configuration
1 parent e4cbc61 commit 3826615

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

‎README.md‎

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff 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

‎action.yml‎

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)