Hi there - we have been trying to use this action within a matrix and we are running into an issue where it each run within the matrix ends up deleting / overwriting prior results as all of them end up with the same github_run_id and github_run_num.
Is it possible to publish results as part of a matrix execution? Can we manually override the run_id or run_num to solve this? Or do we need to coalesce the matrix back to have this action run as a singleton?
Hi there - we have been trying to use this action within a matrix and we are running into an issue where it each run within the matrix ends up deleting / overwriting prior results as all of them end up with the same
github_run_id
andgithub_run_num
.Is it possible to publish results as part of a matrix execution? Can we manually override the
run_id
orrun_num
to solve this? Or do we need to coalesce the matrix back to have this action run as a singleton?