pavanmudigonda/html-reporter-github-pages
GitHub Pages HTML Test Results History - Static Website
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 28, 2026
- License
- None
Pinned Snippet
uses: pavanmudigonda/html-reporter-github-pages@f4ade54efc8eeffbeef115a161bc039081a0f3e0 # v1.5.21tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | default Github token | no | ${{ github.token }} |
| test_results | test result data dir. If its Allure Results Provide RAW Results to generate Allure Report | no | test-results |
| gh_pages | Folder with gh-pages branch | no | gh-pages |
| results_history | Folder for results history | no | results-history |
| tool_name | Tool name used as a subfolder in the report directory hierarchy | no | "" |
| workflow_name | Workflow name used as a subfolder in the report directory hierarchy | no | ${{ github.workflow }} |
| env | Environment | no | — |
| subfolder | subfolder | no | docs |
| keep_reports | Keep X last reports | no | 20 |
| github_run_num | GitHub Actions build number | no | ${{ github.run_number }} |
| github_run_id | GitHub Actions run id | no | ${{ github.run_id }} |
| github_repo | GitHub repository | no | ${{ github.repository }} |
| report_url | Use a custom URL instead of *.github.io | no | "" |
| external_repository | External GitHub repository | no | — |
| order | Order of Folders, ascending or descending | no | descending |
| allure_report_generate_flag | To Generate Allure Report using this Action | no | false |
| use_actions_summary | To write outputs to actions summary | no | true |
| force_orphan | Create a fresh orphan commit on each deploy, eliminating git history to keep the gh-pages branch small. Recommended for large/frequent deployments. | no | true |
Outputs
| name | description |
|---|---|
| url | GH Page URL |
| latest_result_url | Latest Test Result GH Pages URL |