-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (26 loc) · 934 Bytes
/
Copy pathaction.yml
File metadata and controls
28 lines (26 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: "Allure Report Official"
description: "Bring seamless Allure Report 3 integration to your GitHub pipelines"
author: "Allure Team"
branding:
icon: "check-circle"
color: "green"
inputs:
report-directory:
description: "The report directory to scan for files"
required: false
default: "./allure-report"
remote-href:
description: "Base URL where the published Allure report is hosted (e.g. GitHub Pages). Used to render `View` links in the summary table."
required: false
default: ""
github-token:
description: "GitHub token for creating comments"
required: false
default: "${{ github.token }}"
sections:
description: "Optional collapsible section comments to publish alongside the summary table. Supported values: `new`, `flaky`, `retry`, or `all`. Accepts comma- or newline-separated values."
required: false
default: ""
runs:
using: "node24"
main: "dist/index.js"