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: README.md
+60-2Lines changed: 60 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# GitHub Action - Workflow template for Python library
2
2
3
-
[](https://github.com/Chisanan232/GitHub-Action-Template-Python/actions/workflows/test-reusable-workflows_one-test.yaml)
4
-
[](https://github.com/Chisanan232/GitHub-Action-Template-Python/actions/workflows/test-reusable-workflows.yaml)
[](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_python_project_ci_one-test.yaml)
6
+
[](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_python_project_ci_multi-tests.yaml)
7
+
[](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_gh_reusable_workflow.yaml)
7
8
8
9
9
10
This is a GitHub Action workflow template for **_Python library_** project.
@@ -29,6 +30,7 @@ The usage of each workflow template.
| project_type | string | Required | Different project type would get the software version info in different way. Currently, it only has 2 options: _python-package_ or _github-action-reusable-workflow_ |
264
+
| debug_mode | boolean | Optional, Default value is _false_ | It would run the tasks as log message, doesn't essentially run feature if this option is true. |
265
+
| project_name | string | Optional, Default value is _empty string_ | The project name. |
266
+
| software_version_format | string | Optional, Default value is _empty string_ | The format of software version. |
267
+
268
+
* Output:
269
+
270
+
Yes, it has running result output. It would output the version which could provide after-process to verify what thing it should do, e.g., release or not.
0 commit comments