Browse Source
Using --limit 1 to find the run ID is a race condition if another run
of the same workflow starts concurrently. Capture a timestamp before
dispatching and pass --created >=${before} to gh run list so we
always select the run we just triggered.
pull/4903/head
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue