From ec59cc5a3923f54ddae97362d805c55f21e3399a Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Wed, 12 Aug 2026 22:48:24 +0700 Subject: [PATCH] Test --- .gitea/workflows/cli.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/cli.yaml diff --git a/.gitea/workflows/cli.yaml b/.gitea/workflows/cli.yaml new file mode 100644 index 0000000..5aef0d7 --- /dev/null +++ b/.gitea/workflows/cli.yaml @@ -0,0 +1,14 @@ +name: Sync Source to Host 2 + +on: + push: + branches: + - '**' +jobs: + sync-source: + runs-on: ubuntu-latest + + steps: + - name: Sync repository 2 + run: + echo "Current commit:" \ No newline at end of file