Test sync source retry
Pull develop branch / sync (push) Successful in 24s

This commit is contained in:
2026-08-10 15:58:03 +07:00
parent 36b7dd3c19
commit fa60644a05
+3 -2
View File
@@ -10,9 +10,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout develop branch - name: Checkout develop branch
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
ref: develop ref: develop
- name: Prepare output folder
run: mkdir -p /output
- name: Copy to host folder - name: Copy to host folder
run: cp -r $GITHUB_WORKSPACE/* /output/ run: cp -r $GITHUB_WORKSPACE/* /output/