Skip to content

Commit

Permalink
Update java-checks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Nov 15, 2023
1 parent bfa4c3e commit 1e05015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
distribution:
description: 'The distribution of Java to use'
type: string
required: true
required: false
default: 'adopt'
java-version:
description: 'The version of Java to use'
type: string
required: true
required: false
default: '11'
checkstyle-reporter:
description: 'The reporter to use for checkstyle'
type: string
required: true
required: false
default: 'github-pr-review'

jobs:
Expand Down

0 comments on commit 1e05015

Please sign in to comment.