Browse Source
Replace hardcoded temporary directory name with mktemp-generated unique directory to prevent conflicts with existing directories or concurrent workflow runs. Changes: - Add step to generate temporary directory with mktemp -d -p . - Store temp directory path in step output - Reference dynamic temp directory in checkout path - Reference dynamic temp directory in move command This ensures unique directory names for each workflow execution and eliminates potential race conditions or conflicts.pull/511/head
1 changed files with 9 additions and 2 deletions
Loading…
Reference in new issue