From fa60644a0562e5f2237c2fd4db6fa986eec73cdb Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 15:58:03 +0700 Subject: [PATCH] Test sync source retry --- .gitea/workflows/sync-source.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 96449aa..b437a15 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -10,9 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout develop branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: develop - + - name: Prepare output folder + run: mkdir -p /output - name: Copy to host folder run: cp -r $GITHUB_WORKSPACE/* /output/