Files
Test/.gitea/workflows/sync-source.yaml
T
lamtruong28 5e00d9b387
Pull develop branch / sync (push) Canceled after 0s
Test sync source retry
2026-08-10 15:50:49 +07:00

21 lines
352 B
YAML

name: Pull develop branch
on:
push:
branches:
- develop
jobs:
sync:
runs-on: docker
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/