Skip to content

Commit c17c65c

Browse files
committed
fix
1 parent 9e7d114 commit c17c65c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post_trigger_check_new_failing_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
report_repo_id: ${{ needs.prepare.outputs.report_repo_id }}
137137
commit_sha: ${{ needs.prepare.outputs.commit_sha }}
138138
pr_number: ${{ needs.prepare.outputs.pr_number }}
139-
max_num_runners: ${{ needs.prepare.outputs.max_num_runners }}
140-
source_workflow_run_id: ${{ fromJSON(needs.prepare.outputs.source_workflow_run_id) }}
139+
max_num_runners: ${{ fromJSON(needs.prepare.outputs.max_num_runners) }}
140+
source_workflow_run_id: ${{ needs.prepare.outputs.source_workflow_run_id }}
141141
only_process_job: ${{ fromJSON(needs.prepare.outputs.only_process_job) }}
142142
secrets: inherit

0 commit comments

Comments
 (0)