rm -rf $GITHUB_WORKSPACE deleted the runner's own working directory, breaking git clone (fatal: Unable to read current working directory). Clone into $GITHUB_WORKSPACE/repo instead.
rm -rf $GITHUB_WORKSPACE deleted the runner's own working directory, breaking git clone (fatal: Unable to read current working directory). Clone into $GITHUB_WORKSPACE/repo instead.