From 21865aa6cb4d285d3ff3e326893796fda010c68c Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 19:54:24 +0700 Subject: [PATCH] Test sync source retry 2 --- .gitea/workflows/sync-source.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index ec98995..549ab23 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -12,8 +12,8 @@ jobs: steps: - name: Run sync script run: /data/sync.sh -# - name: Check dir -# run: ls -la /output + - name: Check dir + run: ls -la /output - name: Clone or Pull env: