deivydasp/Allure Deployer Action

Deploy Allure reports to GitHub Pages with History, Aggregation and Slack integration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 22, 2026
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: deivydasp/allure-deployer-action-v2@43e213800f85b25e2ddff6f3645f9ed2f3e12c29 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
modeAction mode. 'deploy' generates and deploys a report. 'summary' reads deployed reports from gh-pages and writes a combined job summary table.deploy
summaryWrite a GitHub Actions job summary after deployment. Set to 'false' to skip when using a separate summary job.true
prefixesComma-separated list of prefixes to include in summary mode. If omitted, all prefix directories on gh-pages are scanned.no
prefixPrefix to uniquely identify test report artifacts. Used for summary page, redirect page, rerun tracking, and summary mode.noallure-report
gh_artifact_prefixPrefix to uniquely identify test report artifacts when managing multiple projects.no
report_nameTitle of your reportno
allure_results_pathA path/to/results or comma separate paths (path/to/results1,path/to/results2) of Allure results. Required in deploy mode.no
show_historyShow history in the test report (true/false)true
pr_commentPost test report information as pull request comment. Requires `github_token` to be set with permissiontrue
custom_report_dirA custom directory to generate Allure report into.no
github_tokenAuto-generated GITHUB_TOKEN or Personal Access Token for deploying report to GitHub pages and posting report info on pr_comment${{ github.token }}
github_pages_branchTarget branch for Deploying to GitHub Pages. Default: gh-pagesgh-pages
languageAllure report languageno
github_pages_repoAnother GitHub owner/repo to deploy GitHub pages. Ensure that 'github_token' provided has permissions to the repository${{ github.repository }}
keepNumber of test reports you want to keep alive10
fail_on_test_failureFail the action after deployment if any tests failed or broken. Report is always deployed first.false
namedescription
report_urlURL to your test report
summary_page_urlURL to the summary landing page (available when prefix is set)