Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-taylor authored Mar 29, 2020
1 parent 69b99ff commit 151c555
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# junit-report-annotations-action
Create an annotation of the build information and also list first n failed tests as seporate annotations

## Example
```
- name: Name of branch
id: branch
uses: ashley-taylor/junit-report-annotations-action@v1.0
with:
value: ${{ github.ref }}
regex: ".*/"
replacement: ""
- name: branch
run: echo "${{ steps.branch.outputs.value }}"
```

0 comments on commit 151c555

Please sign in to comment.