Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67dad81

Browse files
committed
Properly call the new common workflow
1 parent 9f38cba commit 67dad81

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.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)