Skip to content

GroupeZ-dev/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Reusable Actions for GroupeZ

This repository contains a collection of reusable actions for GroupeZ.

Available Actions

This action is used to automatically build and send the jar on discord.

Usage

build:
  uses: GroupeZ-dev/actions/.github/workflows/build.yml@main
  with:
     project-name: "zMenu"
      java-version: "21" # Optional
      java-distribution: "temurin" # Optional
      publish: false # Optional
      project-to-publish: "publish" # Optional
      build-command: ./gradlew build # Optional
      publish-on-discord: true # Optional
      discord-avatar-url: "https://minecraft-inventory-builder.com/storage/images/9UgcfGZyrmbVrXw5lbj5kXq6fW8F4nhwj6Cx4nVG.png" # Optional
      runs-on: "['ubuntu-latest']" # Optional
  secrets: inherit
  # or
  secrets:
    WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
    MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
    MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

About

Reusable Github Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published