diff --git a/actions-test/src/main.py b/actions-test/src/main.py index 6596d0a..a0ac9bb 100644 --- a/actions-test/src/main.py +++ b/actions-test/src/main.py @@ -1,4 +1,4 @@ import os -with open('./README.MD') as f: - print(f.read()) +#with open('./README.MD') as f: +# print(f.read()) print(os.getcwd())