Skip to content

tgworker-sync

tgworker-sync #502

Workflow file for this run

name: tgworker-sync
on:
push:
schedule:
- cron: "05 */3 * * *" # Every 3 hours at 0005, 0605, 1205, 1805
jobs:
tgworker-sync:
runs-on: ubuntu-latest # Use a suitable runner for your workflow
steps:
- uses: actions/checkout@v3
with:
ref: updev
- name: Sync with upstream
uses: aormsby/[email protected]
with:
target_sync_branch: updev
upstream_sync_repo: little2/tgworker
upstream_sync_branch: main
test_mode: false