Skip to content

Commit

Permalink
Make pipeline fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Dec 5, 2023
1 parent bd0afe0 commit bf83c37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|-------------------------|--------|----------|---------------|-----------------------------------------------------------------|
| gradle-cache | string | false | `"true"` | Whether Gradle caching is enabled or not. (Default is true) |
| gradle-publish-key | string | true | | Key for publishing to Gradle Plugin Portal. |
| gradle-publish-secret | string | true | | Secret for publishing to Gradle Plugin Portal. |

| gradle-version | string | false | `"wrapper"` | Gradle version to be installed. (Default is wrapper) |
| java-distribution | string | false | `"microsoft"` | Java distribution to be installed. (Default is microsoft) |
| java-version | string | false | `"11"` | Java version to be installed. (Default is 11) |
Expand Down
2 changes: 1 addition & 1 deletion docs/references/actions/java-maven-setup/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------------|--------|----------|---------------|-----------------------------------------------------------|
| java-distribution | string | false | `"microsoft"` | Java distribution to be installed. (Default is microsoft) |
| java-version | string | false | `"11"` | Java version to be installed. (Default is 11) |
| `"11"` | Java version to be installed. (Default is 11) |
| maven-version | string | true | | Maven version to be installed. |

<!-- AUTO-DOC-INPUT:END -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----------------- | ------ | -------- | -------- | -------------------------------------------------------------------------- |
| publish-to-test | string | false | `"true"` | If set to false, the packages are published to PyPI. (Default is true) |
| pypi-token | string | true | | The PyPI token for publishing packages. |
he PyPI token for publishing packages. |
| working-directory | string | false | `"./"` | The working directory of your Python packages. (Default is root directory) |

<!-- AUTO-DOC-INPUT:END -->
Expand Down
2 changes: 1 addition & 1 deletion docs/references/actions/substitute-envs/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----- | ------ | -------- | ------- | ------------------------------------------------------------ |
| path | string | true | | Path to the directory to substitute environment variables in |
Path to the directory to substitute environment variables in |

<!-- AUTO-DOC-INPUT:END -->

Expand Down

0 comments on commit bf83c37

Please sign in to comment.