Skip to content

Commit

Permalink
Update readme according to Dambakks feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
PerThomasHaga committed Nov 9, 2023
1 parent fb93cff commit 2089b2b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,17 @@ The path to the folder containing screenshots. The names of the screenshots must
The domain of your Firebase storage bucket, such as `your-app.appspot.com`.

## Usage
Minimal example:
```yaml
- name: Add JUnit Summary
uses: agensdev/[email protected]
if: always()
with:
junit-path: test-results/junit.xml
github-token: ${{ secrets.GITHUB_TOKEN }}
```
Below is an example of how to set up this action in your workflow file:
A complete workflow file could look like this:
```yaml
name: Continuous Integration
Expand Down

0 comments on commit 2089b2b

Please sign in to comment.