Skip to content

Update UpstreamSync.yml #44

Update UpstreamSync.yml

Update UpstreamSync.yml #44

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
ref: updev

Check failure on line 13 in .github/workflows/UpstreamSync.yml

View workflow run for this annotation

GitHub Actions / tgworker-sync

Invalid workflow file

The workflow is not valid. .github/workflows/UpstreamSync.yml (Line: 13, Col: 7): Unexpected value 'ref'
- name: Sync with upstream
uses: aormsby/[email protected]
with:
target_sync_branch: updev
upstream_sync_repo: little2/tgworker
upstream_sync_branch: main
test_mode: true