Add versions-manifest.json for Microsoft Build of OpenJDK (#383)

This commit is contained in:
Dmitry Shibanov
2022-09-23 14:47:30 +02:00
committed by GitHub
parent 26eeac8c9e
commit a18c333f3f
6 changed files with 99 additions and 160 deletions

View File

@ -59,6 +59,9 @@ inputs:
job-status:
description: 'Workaround to pass job status to post job step. This variable is not intended for manual setting'
default: ${{ job.status }}
token:
description: Used to pull java versions from setup-java. Since there is a default value, token is typically not supplied by the user.
default: ${{ github.token }}
outputs:
distribution:
description: 'Distribution of Java that has been installed'