Test sync source retry
Sync Source / sync-source (push) Successful in 20s

This commit is contained in:
2026-08-10 15:30:49 +07:00
parent 182fd30a59
commit b8d0220c6e
+8 -1
View File
@@ -12,14 +12,21 @@ jobs:
container: container:
volumes: volumes:
- /data:/data - /data:/data
steps: steps:
- name: Debug - name: Debug
run: | run: |
pwd pwd
ls -la / ls -la /
ls -la /data ls -la /data
- name: Clone or Pull
- name: Show mount
run: |
mount | grep data
df -h
ls -la /data
- name: Clone or Pull
env: env:
REPO_URL: https://gitea.digitoolsolutions.synology.me/lamtruong28/Test.git REPO_URL: https://gitea.digitoolsolutions.synology.me/lamtruong28/Test.git
TARGET_DIR: /data/Test TARGET_DIR: /data/Test