From 49fe412dab243e47829a4fd085d756d92225c852 Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 20:04:23 +0700 Subject: [PATCH] Test sync source retry --- .gitea/workflows/sync-source.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index ec98995..1706abb 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -9,6 +9,8 @@ on: jobs: sync-source: runs-on: ubuntu-latest + container: + volumes: /data:/data steps: - name: Run sync script run: /data/sync.sh