Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 29, 2024
1 parent 45c87d7 commit 3593238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/generate_tests/action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3593238

Please sign in to comment.