Skip to content

Commit

Permalink
Releasing v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 6, 2020
1 parent 08048cd commit 3fefb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ and configure it as follows:

```yaml
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.2
uses: EnricoMi/publish-unit-test-result-action@v1.3
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
path: artifacts

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.2
uses: EnricoMi/publish-unit-test-result-action@v1.3
with:
check_name: Unit Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3fefb1a

Please sign in to comment.