From 818f4eeb16b06d6d6d2c8080d430743c3fa1a1f5 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 1 Feb 2020 13:41:57 +0100 Subject: [PATCH] The :required key is required is action.yml * See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index d681276..404e899 100644 --- a/action.yml +++ b/action.yml @@ -7,6 +7,7 @@ branding: inputs: ruby-version: description: 'Engine and version to use, see the syntax in the README. Reads from .ruby-version if unset.' + required: false default: '.ruby-version' outputs: ruby-prefix: