Closed eabruzzese closed 7 months ago
This PR fixes an issue where the action would fail if the user has not checked out their code prior to initiating the deployment.
If the repo has not been checked out, the git commands would fail with:
git
fatal: not a git repository (or any of the parent directories): .git
This PR hides the error and falls back to empty strings for values that can't be retrieved.
This PR fixes an issue where the action would fail if the user has not checked out their code prior to initiating the deployment.
If the repo has not been checked out, the
git
commands would fail with:This PR hides the error and falls back to empty strings for values that can't be retrieved.