Skip to content

Commit

Permalink
Release v.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonas Venäläinen committed Aug 24, 2023
1 parent af55518 commit 413a90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This action reads and parses output.xml from Robot Framework test run and output
with:
name: reports
- name: Send report to commit
uses: joonvena/robotframework-reporter-action@v2.1
uses: joonvena/robotframework-reporter-action@v2.3
with:
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ docker run \
-v $GITHUB_STEP_SUMMARY:/$GITHUB_STEP_SUMMARY:Z \
-v $REPORT_PATH:/$REPORT_PATH:Z \
--user $(id -u):$(id -g) \
joonvena/robot-reporter:v2.2
joonvena/robot-reporter:v2.3

0 comments on commit 413a90b

Please sign in to comment.