Skip to content

Commit

Permalink
Use of author main repository instead of a personal fork (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Dec 12, 2022
1 parent c573909 commit 7ef189b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-e2e/action.yml
Expand Up @@ -44,7 +44,7 @@ runs:
path: ./.coverage*

- name: Report
uses: Raalsky/action-junit-report@main
uses: mikepenz/action-junit-report@v3.6.2
if: always()
with:
report_paths: './test-results/test-e2e-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-unit/action.yml
Expand Up @@ -43,7 +43,7 @@ runs:
path: ./test-results

- name: Report
uses: Raalsky/action-junit-report@main
uses: mikepenz/action-junit-report@v3.6.2
if: always()
with:
report_paths: './test-results/test-unit-*.xml'
Expand Down

0 comments on commit 7ef189b

Please sign in to comment.