Skip to content

Commit 2089b2b

Browse files
committed
Update readme according to Dambakks feedback
1 parent fb93cff commit 2089b2b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,17 @@ The path to the folder containing screenshots. The names of the screenshots must
2424
The domain of your Firebase storage bucket, such as `your-app.appspot.com`.
2525

2626
## Usage
27+
Minimal example:
28+
```yaml
29+
- name: Add JUnit Summary
30+
uses: agensdev/[email protected]
31+
if: always()
32+
with:
33+
junit-path: test-results/junit.xml
34+
github-token: ${{ secrets.GITHUB_TOKEN }}
35+
```
2736
28-
Below is an example of how to set up this action in your workflow file:
37+
A complete workflow file could look like this:
2938
3039
```yaml
3140
name: Continuous Integration

0 commit comments

Comments
 (0)