File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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).
You can’t perform that action at this time.
0 commit comments