We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3bf66 commit a209efdCopy full SHA for a209efd
2 files changed
action.yml
@@ -1,5 +1,9 @@
1
name: Find Python Projects
2
-description: Discovers Python sub-projects in a monorepo workspace project
+description: Discover Python projects in a repository and expose helpful things from pyproject.toml to other steps
3
+author: brandonlwhite@gmail.com
4
+branding:
5
+ icon: search
6
+ color: blue
7
8
inputs:
9
root-dir:
package.json
@@ -1,7 +1,7 @@
{
"name": "find-python-projects-action",
"version": "1.0.0",
- "description": "GitHub Action that discovers Python sub-projects in a monorepo workspace project",
+ "description": "GitHub Action for discovering Python projects in a repository and exposing helpful things from pyproject.toml to other steps.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
0 commit comments