We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4733915 commit 73052d5Copy full SHA for 73052d5
.github/workflows/service-sync.yaml
@@ -51,9 +51,8 @@ jobs:
51
echo "✅ Copy completed"
52
else
53
echo "❌ Folder $SOURCE_PATH not found in branch."
54
- pwd
55
echo "Available directories in current working directory:"
56
- ls -la
+ ls -la /home/runner/work/Harmona/Harmona
57
echo "Looking for services directory:"
58
find . -name "services" -type d
59
echo "All directories containing 'service' or similar:"
0 commit comments