achebrol/Allure Report Upload for GitHub Actions
Upload allure report to GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 8, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: achebrol/allure-report-upload-action@19680c12288b7b5a2e3745ca3a49ee07192d0b97 # no releases — HEAD as of 2026-07-20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| allure-results-dir | Allure results directory | yes | — |
| allure-server-url | The URL of allure server | yes | http://localhost:5050 |
| allure-project-id | The ID of allure project | yes | — |
| run-id | The Github Actions Workflow Run ID | no | ${{ github.run_id }} |
Outputs
| name | description |
|---|---|
| allure-report-url | The URL of allure report |