|
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 4s
Details
|
||
|---|---|---|
| .gitea/workflows | ||
| .vscode | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| README.md | ||
README.md
Test Repo for Action
This repo for test Action
Requirement
- Module A
- Module B
- Module C
Build Code
import os
os.path.join(os.getenv('PROJECT_ROOT'), 'file.txt')
for i in range(10):
print(i)