oracle-actions / setup-java

GitHub Action to download and install Oracle's Java Development Kit builds
Universal Permissive License v1.0
63 stars 11 forks source link

Action defaults not passed through? #20

Closed sormuras closed 1 year ago

sormuras commented 2 years ago

Why does release not default to 17 as defined in action.yml?

Run oracle-actions/setup-java@v1
  with:
    website: jdk.java.net
    version: latest
    install: true
...
JDK[release=latest, version=latest, os=linux, arch=x64, type=tar.gz]
...
Error: Process completed with exit code 1.

PR: https://github.com/karatelabs/karate/pull/1960 Error: https://github.com/karatelabs/karate/runs/5715740019?check_suite_focus=true

sormuras commented 1 year ago

Can not reproduce.