The checkout step ran rm -rf on $GITHUB_WORKSPACE while the shell's working directory was that same path. git then failed with 'Unable to read current working directory', and every later step died with 'fork/exec /usr/bin/bash: no such file or directory' for the same reason. Both the checkout and the cleanup step now cd to / first. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
4.3 KiB
4.3 KiB