diff --git a/src/create-envfile.py b/src/create-envfile.py index 5a5bb96..0cd1cba 100755 --- a/src/create-envfile.py +++ b/src/create-envfile.py @@ -23,7 +23,7 @@ # .env is set by default file_name = str(os.getenv("INPUT_FILE_NAME", ".env")) -path = str(os.getenv("GITHUB_WORKSPACE", "/github/workspace")) +path = str(os.getenv("GITHUB_WORKSPACE")) # This should resolve https://github.com/SpicyPizza/create-envfile/issues/27 if path in ["", "None"]: