Open ModeSevenIndustrialSolutions opened 1 month ago
I think this step might need some attention:
- name: Setup JDK id: setup-jdk uses: actions/setup-java@v3 with: java-version: ${{ inputs.jdk-version }} distribution: "temurin"
Distribution is required, but could have multiple values, as per the documentation: https://github.com/actions/setup-java?tab=readme-ov-file#supported-distributions
Might be better to set this in an optional input, with "temurin" as default value?
I think this step might need some attention:
Distribution is required, but could have multiple values, as per the documentation: https://github.com/actions/setup-java?tab=readme-ov-file#supported-distributions
Might be better to set this in an optional input, with "temurin" as default value?