Skip to content

Use cylc/release-actions branch-sync reusable workflow #49

Use cylc/release-actions branch-sync reusable workflow

Use cylc/release-actions branch-sync reusable workflow #49

Workflow file for this run

name: Sync PR
on:
push:
branches:
- '8.*.x'
schedule:
- cron: '33 04 * * 1-5' # 04:33 UTC Mon-Fri
workflow_dispatch:
inputs:
head_branch:
description: Branch to merge into master
required: true
jobs:
sync:
uses: MetRonnie/release-actions/branch-sync/branch-sync.yml@branch-sync

Check failure on line 17 in .github/workflows/branch_sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/branch_sync.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
head_branch: ${{ inputs.head_branch }}
secrets: inherit