Skip to content

MinecraftPlayground/generate-reports

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Reports

GitHub Action that generates Minecraft default reports.

Test Action

Usage

jobs:
  generate-reports:
    runs-on: ubuntu-latest
    steps:
      - name: 'Generate reports to "./default_reports"'
        id: generate_reports
        uses: MinecraftPlayground/generate-reports@main
        with:
          version: 'latest-snapshot'
          path: './default_reports'

Inputs

Key Required? Type Default Description
version No string latest-release Minecraft version to generate reports for or one of latest-release/latest-snapshot.
path No string ./default Relative path under $GITHUB_WORKSPACE to place the reports.
manifest-url No string https://piston-meta.mojang.com/mc/game/version_manifest_v2.json URL to the Minecraft manifest API.
if-version-is-invalid No warn | error | ignore warn The desired behavior if the provided version is invalid.

Possible values:
  • warn: Output a warning but do not fail the action
  • error: Fail the action with an error message
  • ignore: Do not output any warnings or errors, the action does not fail

License

The scripts and documentation in this project are released under the GPLv3 License.