Skip to content

Commit aa0e462

Browse files
committed
Properly call the new common workflow
1 parent dd797d6 commit aa0e462

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-test-post.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ jobs:
99
publish-test-results:
1010
uses: ultimaker/cura-workflows/.github/workflows/unit-test-post.yml@main
1111
with:
12-
event: ${{ github.event.workflow_run.event }}
13-
conclusion: ${{ github.event.workflow_run.conclusion }}
12+
workflow_run_json: ${{ toJSON(github.event.workflow_run) }}
1413
secrets: inherit

0 commit comments

Comments
 (0)