Skip to content

mirror

mirror #1164

Workflow file for this run

#
# Based on https://github.com/marketplace/actions/mirror-to-github
#
name: 'mirror'
on:
schedule:
- cron: '0 */2 * * *'
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 }}