On Wed, 14 May 2025 06:40:09 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> The code alternates between `if [[ '${{ inputs.static-suffix }}' != '' ]]` > and `if: ${{ inputs.static-suffix == '-static' }}`. I don't really care about > which you chose, but please pick one and stick to it. Replaced `if [[ '${{ inputs.static-suffix }}' != '' ]]` with `if: ${{ inputs.static-suffix == '-static' }}` to be more consistent. Thanks. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24992#issuecomment-2884861630