Skip to content

Files

Latest commit

3caa8f6 · Jan 28, 2025

History

History
30 lines (19 loc) · 1.82 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.82 KB

Workflow and Action Documentation

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.


Flows

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.

Actions

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.

Usage

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.