print GITHUB_WORKSPACE
This commit is contained in:
parent
4330e64d7d
commit
caac9c9dfe
3
Gmeek.py
3
Gmeek.py
@ -402,4 +402,7 @@ readmeFile=open("README.md","w")
|
|||||||
readmeFile.write(readme)
|
readmeFile.write(readme)
|
||||||
readmeFile.close()
|
readmeFile.close()
|
||||||
|
|
||||||
|
workspace_path = os.environ.get('GITHUB_WORKSPACE')
|
||||||
|
print(f"GitHub Workspace Path: {workspace_path}")
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user