Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Sync Fork

Sync Fork #29846

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
token: ${{ github.token }}
owner: canonical
base: latest-candidate
head: latest-candidate