From 6cda70307aa0f950588f4153ac62fb7d2300544b Mon Sep 17 00:00:00 2001 From: Duke Manh Date: Mon, 6 Dec 2021 09:24:43 +0000 Subject: [PATCH] fix action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 650c378..4a3b529 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'scoped-actions' description: 'Run GitHub actions only on necessary scopes' inputs: files: - description: 'Changed and added files, should be ${{ steps.files.outputs.added_modified}}' + description: 'Changed and added files' required: true sn: description: 'Command to be run in order, can specify many commands, e.g, s1: npm install, s2 npm start'