From b461cf0cefd4ea92d8ed67c5a0ec5059dd4514fd Mon Sep 17 00:00:00 2001 From: Johannes Spangenberg Date: Sun, 9 Aug 2020 21:38:27 +0200 Subject: [PATCH] Fix description of input parameter --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1658ede..3af4a75 100644 --- a/action.yml +++ b/action.yml @@ -9,8 +9,7 @@ inputs: actions_dir: default: './.github/actions' description: >- - The expected stage of the release. Might be current, - release-candidate, release-nightly or nightly. + The directory where your Actions are located. required: true runs: using: 'node12'