You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+10-15Lines changed: 10 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,17 @@ inputs:
6
6
description: "Target branch for the pull request"
7
7
required: true
8
8
default: "main"
9
-
tool: # for now only pixi, but good to make others possible from the start
10
-
description: "Which tool you use for managing your environment."
9
+
project_file_name:
10
+
description: "The filename to the project file that lists your dependencies, relative to the repository root. Defaults to 'pyproject.toml' Curretnly only pyproject.toml is supported but others may be added."
11
11
required: true
12
-
default: "pixi"
12
+
default: "pyproject.toml"
13
13
token:
14
14
description: "GitHub token with repo permissions to create pull requests"
0 commit comments