Skip to content

Commit

Permalink
Merge pull request #20 from joonvena/rel-v2.2
Browse files Browse the repository at this point in the history
Release v2.2
  • Loading branch information
joonvena authored Jun 10, 2023
2 parents 1f1268f + ae97590 commit af55518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ runs:
GITHUB_STEP_SUMMARY: $GITHUB_STEP_SUMMARY
ONLY_SUMMARY: "${{ inputs.only_summary }}"
SHOW_PASSED_TESTS: "${{ inputs.show_passed_tests }}"
GITHUB_API_URL: $GITHUB_API_URL
3 changes: 2 additions & 1 deletion report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ docker run \
-e GITHUB_STEP_SUMMARY=$GITHUB_STEP_SUMMARY \
-e ONLY_SUMMARY=$ONLY_SUMMARY \
-e SHOW_PASSED_TESTS=$SHOW_PASSED_TESTS \
-e GITHUB_API_URL=$GITHUB_API_URL \
-v $GITHUB_STEP_SUMMARY:/$GITHUB_STEP_SUMMARY:Z \
-v $REPORT_PATH:/$REPORT_PATH:Z \
--user $(id -u):$(id -g) \
joonvena/robot-reporter:v2.1
joonvena/robot-reporter:v2.2

0 comments on commit af55518

Please sign in to comment.