We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924e70f commit d690a50Copy full SHA for d690a50
src/actions.ml
@@ -941,7 +941,7 @@ let ci_minimization_extract_job_specific_info ~head_pipeline_summary
941
( Str.matched_group 1 summary
942
, Str.matched_group 2 summary
943
, Str.matched_group 3 summary
944
- , Str.matched_group 4 summary )
+ , Str.matched_group 5 summary )
945
in
946
let dependencies = Str.split (Str.regexp "[ `]+") dependencies in
947
let ci_targets = Str.split (Str.regexp "[ `]+") targets in
0 commit comments