From fc2c844cfbde03121884adecd648a59cedc50cfb Mon Sep 17 00:00:00 2001 From: Dickson A Date: Thu, 7 Jul 2022 00:16:23 -0500 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f3e8e51..622df34 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Detect PR changes' -description: 'Action to get paths and files changed in a Pull Request event and use these for [GitHub Actions matrix](https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs)' +description: 'Action to get paths and files changed in a Pull Request event and use these for GitHub Actions matrix inputs: path: description: 'Path' @@ -26,4 +26,4 @@ outputs: ``` runs: using: 'node16' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'