This repository contains shared GitHub Actions workflow templates for the actionsdemo organization
These workflow templates are useful as starter worfklows for common CICD tasks in the organization, related to building, testing, and releasing software.
The currently available workflow templates are
-
gradle-java
- a build, check, test, and publish workflow which uses gradle to build a Java application using the GitHub Actionssetup-java
action and publishes a Maven snapshot JAR to the GitHub Package Registry -
gradle-release
- a workflow for manually publishing the current version of the code as a Maven package in the GitHub Package Registry with a version and description provided as inputs.