From 4e8be27276cb8361bbf817f4dc36c1ac1ac46044 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 19 Sep 2022 14:19:09 +0200 Subject: [PATCH] minor fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4170941..499eae3 100644 --- a/action.yml +++ b/action.yml @@ -60,7 +60,7 @@ inputs: 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. + 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: