Skip to content

Commit

Permalink
Releasing v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jan 13, 2021
1 parent 2bb2857 commit e308810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can add this action to your GitHub workflow as follows:

```yaml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.6
uses: EnricoMi/publish-unit-test-result-action@v1.7
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -65,7 +65,7 @@ The `if: always()` clause guarantees that this action always runs, even if earli
You can use a pre-built docker image from [GitHub Container Registry](https://docs.github.com/en/free-pro-team@latest/packages/getting-started-with-github-container-registry/about-github-container-registry) (Beta).
This way, the action is not build for every run of your workflow, and you are guaranteed to get the exact same action build:
```yaml
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.6
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:latest
```

***Note:** GitHub Container Registry is currently in [beta phase](https://docs.github.com/en/free-pro-team@latest/packages/getting-started-with-github-container-registry/about-github-container-registry).*
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
path: artifacts
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.6
uses: EnricoMi/publish-unit-test-result-action@v1.7
with:
check_name: Unit Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e308810

Please sign in to comment.