Skip to content

Commit d58ba09

Browse files
committed
ci: amend to report-path
1 parent 7889ddd commit d58ba09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: test-action
2626
uses: ./
2727
with:
28-
ctrf-report-path: './ctrf-reports/ctrf-report.json'
28+
report-path: './ctrf-reports/ctrf-report.json'
2929
template-path: './templates/custom-summary.hbs'
3030
summary-report: true
3131
failed-report: true

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ branding:
1111
inputs:
1212
# Core Configuration
1313
report-path:
14-
description: 'Path to the CTRF report JSON file.'
14+
description: 'Path or glob pattern of the CTRF JSON files.'
1515
required: true
1616
template-path:
1717
description:

0 commit comments

Comments
 (0)