Skip to content

Commit

Permalink
Run reference action from master, also annotate master-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jul 28, 2022
1 parent 2a60c5d commit ac744c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-results.yml
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Publish Test Results
id: test-results
uses: EnricoMi/publish-unit-test-result-action/composite@master-2.x
uses: EnricoMi/publish-unit-test-result-action/composite@master
with:
commit: ${{ github.event.workflow_run.head_sha }}
check_name: Test Results (reference)
event_file: artifacts/Event File/event.json
event_name: ${{ github.event.workflow_run.event }}
check_run_annotations_branch: "master, devel-1.0, devel-2.0"
check_run_annotations_branch: "master, master-1.x, devel-1.0, devel-2.0"
files: "artifacts/**/*.xml"
log_level: DEBUG

Expand Down

0 comments on commit ac744c8

Please sign in to comment.