Skip to content

Commit

Permalink
Update system report link (#17)
Browse files Browse the repository at this point in the history
* Update system report link

* Delete junk

* Typo
  • Loading branch information
ofalvai authored Sep 18, 2023
1 parent 97fa759 commit 6f68645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris

| Key | Description | Flags | Default |
| --- | --- | --- | --- |
| `set_java_version` | Select the installed Java version you want to use during the build run. You can check [in system reports](https://github.com/bitrise-io/bitrise.io/tree/master/system_reports) which java versions are installed on each Bitrise stack. | required | `11` |
| `set_java_version` | Select the installed Java version you want to use during the build run. You can check [in system reports](https://stacks.bitrise.io) which Java versions are installed on each Bitrise stack. | required | `11` |
</details>

<details>
Expand Down
2 changes: 1 addition & 1 deletion step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inputs:
description: |
Select the installed Java version you want to use during the build run.
You can check [in system reports](https://github.com/bitrise-io/bitrise.io/tree/master/system_reports) which java versions are installed on each Bitrise stack.
You can check [in system reports](https://stacks.bitrise.io) which Java versions are installed on each Bitrise stack.
is_required: true
value_options:
- "17"
Expand Down

0 comments on commit 6f68645

Please sign in to comment.