Skip to content

Commit

Permalink
Merge branch 'main' of github.com:reportportal/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters committed Nov 15, 2023
2 parents 5cddce5 + 1e05015 commit 3c74db0
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 3c74db0

Please sign in to comment.