Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add json for microsoft versions #22

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

dmitry-shibanov
Copy link

Description:
Describe your changes.

Related issue:
Add link to the related issue.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

action.yml Outdated
@@ -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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Used to pull java versions from setup-java. Since there's a default, this is typically not supplied by the user.
description: `Used to pull java versions from setup-java. Since there's a default, this is typically not supplied by the user`

action.yml Outdated
@@ -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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since there is a default value, token is typically not supplied by the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants