Skip to content

Commit 0f8f4f1

Browse files
committed
docs: remove inputs and outputs from readme
1 parent be8a46a commit 0f8f4f1

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
<p>
1717
<a href="#quick-start"><strong>Quick Start</strong></a>
1818
·
19-
<a href="#inputs"><strong>Inputs</strong></a>
20-
·
21-
<a href="#outputs"><strong>Outputs</strong></a>
22-
·
2319
<a href="#how-it-works"><strong>How It Works</strong></a>
2420
</p>
2521
</div>
@@ -74,27 +70,6 @@ jobs:
7470
jaipilot-license-key: ${{ secrets.JAIPILOT_LICENSE_KEY }}
7571
```
7672
77-
## Inputs
78-
79-
| Input | Required | Default | Description |
80-
| --- | --- | --- | --- |
81-
| `working-directory` | No | `.` | Project directory where the action runs. |
82-
| `java-version` | No | `21` | Temurin Java version to install before generation. |
83-
| `install-script-url` | No | `https://jaipilot.com/install.sh` | Installer script URL used by the action. |
84-
| `jaipilot-license-key` | Yes | - | JAIPilot license key used to authorize generation. |
85-
| `fail-on-generate-error` | No | `true` | Fail the workflow if one or more classes fail generation. |
86-
| `commit-message` | No | `chore: generate tests with JAIPilot` | Commit message for generated test changes. |
87-
| `git-user-name` | No | `github-actions[bot]` | Git author name for generated commit. |
88-
| `git-user-email` | No | `41898282+github-actions[bot]@users.noreply.github.com` | Git author email for generated commit. |
89-
90-
## Outputs
91-
92-
| Output | Description |
93-
| --- | --- |
94-
| `processed-classes` | Number of changed Java production classes processed. |
95-
| `failed-classes` | Number of classes for which generation failed. |
96-
| `commit-sha` | Commit SHA pushed by the action; empty when no changes were committed. |
97-
9873
## How It Works
9974
10075
- Detects changed files from PR base branch (or previous commit for push events).

0 commit comments

Comments
 (0)