Files
Test/.gitea/workflows/sync-source.yaml
T
lamtruong28 0b4eecf7d8
Pull develop branch / sync (push) Failing after 23s
Test sync source retry
2026-08-10 15:51:47 +07:00

21 lines
359 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: |
rm -rf /workspace/*
cp -r $GITHUB_WORKSPACE/* /workspace/