Files
Test/.gitea/workflows/sync-source.yaml
T
lamtruong28 36b7dd3c19
Pull develop branch / sync (push) Failing after 23s
Test sync source retry
2026-08-10 15:57:02 +07:00

19 lines
314 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 to host folder
run: cp -r $GITHUB_WORKSPACE/* /output/