FileNotFoundError
Ariseaz opened this issue · 3 comments
Ariseaz commented
Traceback (most recent call last):
File "/create-envfile.py", line 22, in
with open(os.path.join(path, directory, file_name), "w") as text_file:
FileNotFoundError: [Errno 2] No such file or directory: 'None/***/.env'
davidlcarrascal commented
Hi @Ariseaz, with the new version you need to put the Github action path before your directory.
directory: /github/workspace/{{YOUR_DIRECTORY}}
Ariseaz commented
OK, thanks.
Will look into it.
Regards
…On Mon, 19 Apr 2021, 11:53 am David López Carrascal, < ***@***.***> wrote:
Hi @Ariseaz <https://github.com/Ariseaz>, with the new version you need
to put the Github action path before your directory.
directory: /github/workspace/{{YOUR_DIRECTORY}}
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH4NJ5WOLJXMJSNIQZW2QFDTJQDR5ANCNFSM43FIHW5A>
.
BrianHenryIE commented
Looks like this will be in the next release, but what worked for me today was directory: ${{ github.workspace }}