Skip to content

Merge pull request #710 from oliver-sanders/changes-cylc-set #10

Merge pull request #710 from oliver-sanders/changes-cylc-set

Merge pull request #710 from oliver-sanders/changes-cylc-set #10

Workflow file for this run

name: Sync PR

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

View workflow run for this annotation

GitHub Actions / .github/workflows/branch_sync.yml

Invalid workflow file

invalid `cron` attribute "11 11 * * 7"
on:
push:
branches:
- '8.*.x'
schedule:
- cron: '11 11 * * 7' # every Sunday at 11:11
workflow_dispatch:
inputs:
head_branch:
description: Branch to merge into master
required: true
jobs:
sync:
uses: cylc/release-actions/.github/workflows/branch-sync.yml@v1
with:
head_branch: ${{ inputs.head_branch }}
secrets: inherit