Skip to content

Commit c43afdd

Browse files
committed
fix
1 parent 94a94b8 commit c43afdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post_trigger_check_new_failing_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
commit_sha: ${{ needs.prepare.outputs.commit_sha }}
220220
pr_number: ${{ needs.prepare.outputs.pr_number }}
221221
max_num_runners: ${{ fromJSON(needs.prepare.outputs.max_num_runners) }}
222-
source_run_id: ${{ needs.prepare.outputs.source_workflow_run_id }}
222+
source_workflow_run_id: ${{ needs.prepare.outputs.source_workflow_run_id }}
223223
end_sha: ${{ needs.prepare.outputs.end_sha }}
224224
only_process_job: ${{ fromJSON(needs.prepare.outputs.only_process_job) }}
225225
secrets: inherit

0 commit comments

Comments
 (0)