From e742809f45b609d8706a9c6c73d5306a61d41fbe Mon Sep 17 00:00:00 2001 From: Amadeusz Sadowski Date: Wed, 10 Jun 2020 22:39:26 +0200 Subject: [PATCH] build: Apply Marketplace policy Description must be 125 characters or less --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f39d28e..4c7f56a 100644 --- a/action.yml +++ b/action.yml @@ -2,8 +2,7 @@ name: PowerShell script author: Amadevus description: > Run PowerShell scripts within a hydrated context, - with @actions/core functions ported as cmdlets; - inspired heavily by actions/github-script. + with workflow-command cmdlets; inspired by actions/github-script. inputs: script: description: PowerShell script to execute in Actions-hydrated context