Skip to content

Commit a209efd

Browse files
committed
Add metadata fields for publishing to marketplace
1 parent 4e3bf66 commit a209efd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Find Python Projects
2-
description: Discovers Python sub-projects in a monorepo workspace project
2+
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
37

48
inputs:
59
root-dir:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "find-python-projects-action",
33
"version": "1.0.0",
4-
"description": "GitHub Action that discovers Python sub-projects in a monorepo workspace project",
4+
"description": "GitHub Action for discovering Python projects in a repository and exposing helpful things from pyproject.toml to other steps.",
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint .",

0 commit comments

Comments
 (0)