From 35932382b8c47279041c532e90ce5d04f34ac624 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Thu, 29 Aug 2024 16:28:32 -0600 Subject: [PATCH] pr fixes --- .github/actions/generate_tests/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/generate_tests/action.yml b/.github/actions/generate_tests/action.yml index cf9e54547d..cf7bd0af3c 100644 --- a/.github/actions/generate_tests/action.yml +++ b/.github/actions/generate_tests/action.yml @@ -1,11 +1,11 @@ name: Generate Tests -description: Generates a list of directories of npm projects with a tests script +description: Generates a list of directories of npm projects with an npm test script inputs: directories: - description: List of directories to search for npm projects with tests. + description: List of directories to search for npm projects with tests required: true exclude_dirs: - description: List of directories to exclude from the search. + description: List of directories to exclude from the search required: false default: '' outputs: