Skip to content

Commit

Permalink
Use correct input for gradle-version (#125)
Browse files Browse the repository at this point in the history
## Problem
I didn't use `inputs.gradle-version` I used `inputs.java-version`.

## Solution
Use the correct version.

## Type of Change
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
- [X] Infrastructure change (CI configs, etc)
- [ ] Non-code change (docs, etc)
- [ ] None of the above: (explain here)

## Test Plan

Describe specific steps for validating this change.
  • Loading branch information
austin-denoble authored May 9, 2024
1 parent 989176a commit 82f6bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: ${{ inputs.java-version }}
gradle-version: ${{ inputs.gradle-version }}
- name: Build Javadoc documentation
shell: bash
run: |
Expand Down

0 comments on commit 82f6bd7

Please sign in to comment.