Skip to content

Update main.yml

Update main.yml #2

Workflow file for this run

name: Sync Fork
on:
workflow_dispatch:
schedule:
# - cron: "0 0 1 * *"
- cron: "0 0 * * 0"
jobs:
sync:
runs-on: ubuntu-latest
using: 'node20'

Check failure on line 11 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
steps:
- uses: actions/checkout@v3
- name: GitHub Sync to Upstream Repository
uses: dabreadman/sync-upstream-repo@v1.3.0
with:
upstream_repo: https://github.com/vfarcic/cncf-demo
upstream_branch: main
downstream_branch: main
token: ${{ secrets.GITHUB_TOKEN }}