print GITHUB_WORKSPACE

This commit is contained in:
Meekdai 2024-03-14 09:03:22 +08:00
parent 4330e64d7d
commit caac9c9dfe

View File

@ -402,4 +402,7 @@ readmeFile=open("README.md","w")
readmeFile.write(readme)
readmeFile.close()
workspace_path = os.environ.get('GITHUB_WORKSPACE')
print(f"GitHub Workspace Path: {workspace_path}")
######################################################################################