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