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
Use unique filenames for output files to avoid collisions
When an action is invoked multiple times in the same job, a fixed
filename would cause later invocations to overwrite earlier outputs.
Use crypto.randomUUID() to generate unique filenames.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments