You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a suggestion, due to we can set a not totally unique distinct_id value, all executed workflows are taken from github and this change also improve github query:
here "getRunIdAndUrl" function has the "startTime" parameter:
so it could be passed as argument to "fetchWorkflowRunIds" and formatted to be used as "created" parameter in "listWorkflowRuns" due to this github action is the responsible to run the workflow.
This is working properly via REST client, for instance: https://api.github.com/repos///actions/runs?created=>2024-12-04T16:38:50Z
returning from 661 to 2 workflows executions
The text was updated successfully, but these errors were encountered:
This is just a suggestion, due to we can set a not totally unique distinct_id value, all executed workflows are taken from github and this change also improve github query:
here "getRunIdAndUrl" function has the "startTime" parameter:
return-dispatch/src/return-dispatch.ts
Line 133 in 434138f
so it could be passed as argument to "fetchWorkflowRunIds" and formatted to be used as "created" parameter in "listWorkflowRuns" due to this github action is the responsible to run the workflow.
This is working properly via REST client, for instance:
https://api.github.com/repos///actions/runs?created=>2024-12-04T16:38:50Z
returning from 661 to 2 workflows executions
The text was updated successfully, but these errors were encountered: