Skip to content

Commit

Permalink
docs: update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Jan 16, 2025
1 parent 1cac1d7 commit 4bfb75e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To get started add the following to your workflow file:

```yaml
- name: Publish Test Report
uses: ctrf-io/test-reports@v1
uses: ctrf-io/github-test-reporter@v1
with:
report-path: './ctrf/*.json'
if: always()
Expand All @@ -96,7 +96,7 @@ There are several inputs available

```yaml
- name: Publish Test Report
uses: ctrf-io/test-reports@v1
uses: ctrf-io/github-test-reporter@v1
with:
# Core Configuration
report-path: './ctrf/*.json' # Path or glob pattern to the CTRF report JSON file.
Expand Down Expand Up @@ -151,7 +151,7 @@ You can add a pull request comment by using the `pull-request-report` input:

```yaml
- name: Publish Test Report
uses: ctrf-io/test-reports@v1
uses: ctrf-io/github-test-reporter@v1
with:
report-path: './ctrf/*.json'
pull-request-report: true
Expand All @@ -167,7 +167,7 @@ Additionally, you can add any report to a pull request comment by adding the

```yaml
- name: Publish Test Report
uses: ctrf-io/test-reports@v1
uses: ctrf-io/github-test-reporter@v1
with:
report-path: './ctrf/*.json'
flaky-rate-report: true
Expand Down Expand Up @@ -197,7 +197,7 @@ current workflow and job names:

```yaml
- name: Publish Test Report
uses: ctrf-io/test-reports@v1
uses: ctrf-io/github-test-reporter@v1
with:
report-path: './ctrf/*.json'
flaky-rate-report: true
Expand All @@ -220,7 +220,7 @@ Add the following to your workflow file:

```yaml
- name: Publish Test Report
uses: ctrf-io/test-reports@v1
uses: ctrf-io/github-test-reporter@v1
with:
report-path: './ctrf/*.json'
template-path: './templates/custom-report.hbs'
Expand All @@ -247,7 +247,7 @@ Add the following to your workflow file:

```yaml
- name: Publish Test Report
uses: ctrf-io/test-reports@v1
uses: ctrf-io/github-test-reporter@v1
with:
report-path: './ctrf/*.json'
community-report: true
Expand All @@ -262,7 +262,7 @@ GITHUB_TOKEN:

```yaml
- name: Publish Test Report
uses: ctrf-io/test-reports@v1
uses: ctrf-io/github-test-reporter@v1
with:
report-path: './ctrf/*.json'
flaky-rate-report: true
Expand Down

0 comments on commit 4bfb75e

Please sign in to comment.