| allure-results | Allure test result directory created by tests. | yes | allure-results |
| website | Website directory (e.g., checkouted from the gh-pages branch). | yes | gh-pages-dir |
| reports-site-path | Allure report path within the website. | no | builds/tests |
| reports-site | Allure reports directory, to be pushed to the website repository at the `reports-site-path`. Each report on the subfolder with the github run number. If specified the old reports copied from `website`. By default create report inplace in `website`/`reports-site-path`. | yes | "" |
| website-url | Custom URL to use instead of the default GitHub Pages URL for the website where Allure report will be published | no | "" |
| report-page | Allure report page to be opened by default with the output `report-url` | yes | behaviors |
| report-name | The name to be shown on top of the Overview tab in the Allure report | no | Allure Test Report |
| ci-name | The name of the CI server | no | GitHub Action: {{ env.github_workflow }} |
| max-reports | Number of previous Allure reports to keep. Set to 0 to keep all reports. | no | 20 |
| summary | Summary text for the action to be shown in the GitHub Actions UI. Set to empty string to disable. | no | \n## Test report\n[Allure test report]({{ outputs["report-url"] }})\n\n |