Skip to content

.github/workflows/main.yml #3

.github/workflows/main.yml

.github/workflows/main.yml #3

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
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 }}
runs:

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

View workflow run for this annotation

GitHub Actions / Sync Fork

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 21, Col: 1): Unexpected value 'runs'
using: 'node20'