Skip to content

feat: automatic update of workflows master #5

feat: automatic update of workflows master

feat: automatic update of workflows master #5

Workflow file for this run

---

Check failure on line 1 in .github/workflows/upstream-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upstream-sync.yml

Invalid workflow file

(Line: 10, Col: 7): The workflow must contain at least one job with no dependencies.
name: Upstream Sync
'on':
schedule:
- cron: "15 6 * * 1"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs: {}