Skip to content

Daily mirror

Daily mirror #2

Workflow file for this run

#
# Based on https://github.com/marketplace/actions/mirror-to-github
#
name: 'mirror'
on:
push:
branches:
- __mirror
schedule:
- cron: '0 * * * *'
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
name: mirror
steps:
- name: mirror
id: mirror
uses: bridgelightcloud/github-mirror-action@v3
with:
origin: 'https://github.com/gregkh/linux.git'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}