Files
Test/.gitea/workflows/sync-source.yaml
T
lamtruong28 4920e621a5
Pull develop branch / sync (push) Successful in 22s
Test sync source retry
2026-08-10 15:53:37 +07:00

20 lines
329 B
YAML

name: Pull develop branch
on:
push:
branches:
- develop
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout develop branch
uses: actions/checkout@v3
with:
ref: develop
- name: Copy source to host
run: |
cp -r $GITHUB_WORKSPACE/* /workspace/