Skip to content

Commit c97416f

Browse files
authored
Merge pull request #101 from parteekcoder/contribute_action
Update contribute.py
2 parents f6eaea4 + 49f668a commit c97416f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

contribute.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,13 @@ def decode_token(encoded_token):
165165
content = file.read()
166166
file_path = f'{DIR_PATH+remove_prefix(path,STUDY_NAME_PATH)}'
167167
if(platform.uname()[0]=='Windows'): file_path=file_path.replace("\\","/")
168+
print(path)
168169
appendBlobInTree(repo,content,file_path,tree_content)
170+
print('append comp')
169171
commitAndUpdateRef(repo,tree_content,base_ref.commit,branch)
172+
print('comit comp')
170173
runWorkflow(repo,upstream_repo)
174+
print('work comp')
171175
except Exception as e:
172176
print(e)
173177
print("Some error Occured.Please try again after some time.",end="")

0 commit comments

Comments
 (0)