Debug
This commit is contained in:
parent
dc197cf7cf
commit
fe992c7e96
@ -116,7 +116,7 @@ def push_workflow():
|
||||
result = subprocess.run(["git", "clone", GITHUB_REPO, REPO_PATH])
|
||||
if result.returncode != 0:
|
||||
raise Exception("❌ Failed to clone lab-monitor repo")
|
||||
subprocess.run(["ls -l", REPO_PATH])
|
||||
subprocess.run(["ls", "-l", REPO_PATH])
|
||||
|
||||
# ✅ Checkout main (GitHub default branch)
|
||||
subprocess.run(["git", "-C", REPO_PATH, "fetch"], check=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user