Skip to content

.github/workflows/mirror-gitit-wiki.yml #25813

.github/workflows/mirror-gitit-wiki.yml

.github/workflows/mirror-gitit-wiki.yml #25813

on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "https://wiki.openlab-augsburg.de/.git"
source_branch: "master"
destination_branch: "master"
github_token: ${{ secrets.GITHUB_TOKEN }}