mesudip/Submit Allure Report

Request GitHub OIDC token and submit a report bundle to Allure Report Host.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 28, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: mesudip/submit-reports@b8cf6b4b27de40d170c0469271f531c6d61a2b1d # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
server-urlReport host only (with or without scheme), for example reports.example.com or https://reports.example.comyes
pathPath to allure-results directory or zip fileyes
report-nameReport name; defaults to a stable job-based suite nameno""
branchBranch label sent to backend; defaults to github.ref_nameno""
report-typeReport type (allure or raw)noallure
audienceOIDC audience to request; defaults to resolved host[:port]no""
project-nameOptional owner/repo override. For OIDC this must match token repository when provided.no""
api-keyOptional API key fallback for local/manual uploadsno""
publish-commit-checkPublish a GitHub Check Run on the commit with report summary and linknotrue
check-name-prefixPrefix used for the commit check namenoTest Report
namedescription
report-version-idStored report version id
report-urlReport content URL returned by backend
report-url-absoluteAbsolute report URL
project-nameEffective project (repository)
report-nameEffective report name sent to backend
totalTotal detected test count (allure only)
passedPassed test count (allure only)
failedFailed test count (allure only)
brokenBroken test count (allure only)
skippedSkipped test count (allure only)
unknownUnknown test count (allure only)