This index provides a quick overview of the available workflow and action documentation in this repository. Each workflow and action serves a distinct purpose and is reusable via workflow_call
. Use the table below to navigate to the specific documentation.
Workflow Name | Description |
---|---|
Maven Publish | Automates signing and deploying Maven artifacts to a repository. |
GitHub Release | Automates creating and tagging releases on GitHub. |
Python Build | Automates building, testing, and publishing Python packages. |
Action Name | Description |
---|---|
commit-and-push | Automates committing and pushing changes to a remote repository. |
pom-updater | Automatically updates the pom.xml file in Maven projects. |
tag-checker | Verifies the presence of specific tags in the repository. |
custom-event | Generate and process custom events in the workflow. |
Refer to the respective documentation for detailed instructions on inputs, secrets, and example usage. For any questions or issues, feel free to contact the repository maintainers.