add initial logic

This commit is contained in:
Dmitry Shibanov 2022-09-05 14:14:23 +02:00
parent aa53851224
commit 37bedf2b88
4 changed files with 255 additions and 77 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's a default, this is typically not supplied by the user.
default: ${{ github.token }}
outputs:
distribution:
description: 'Distribution of Java that has been installed'