From 36b7dd3c190912be4ea041c301bcad9e0dbca925 Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 15:57:02 +0700 Subject: [PATCH] Test sync source retry --- .gitea/workflows/sync-source.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 8693689..96449aa 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -14,6 +14,5 @@ jobs: with: ref: develop - - name: Copy source to host - run: | - cp -r $GITHUB_WORKSPACE/* /workspace/ + - name: Copy to host folder + run: cp -r $GITHUB_WORKSPACE/* /output/