We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7889ddd commit d58ba09Copy full SHA for d58ba09
.github/workflows/action.yml
@@ -25,7 +25,7 @@ jobs:
25
id: test-action
26
uses: ./
27
with:
28
- ctrf-report-path: './ctrf-reports/ctrf-report.json'
+ report-path: './ctrf-reports/ctrf-report.json'
29
template-path: './templates/custom-summary.hbs'
30
summary-report: true
31
failed-report: true
action.yml
@@ -11,7 +11,7 @@ branding:
11
inputs:
12
# Core Configuration
13
report-path:
14
- description: 'Path to the CTRF report JSON file.'
+ description: 'Path or glob pattern of the CTRF JSON files.'
15
required: true
16
template-path:
17
description:
0 commit comments