Skip to content

Add synced Wiki

Add synced Wiki #3

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Wiki Sync
jobs:
update-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Ownership
run: git config --global --add safe.directory /wiki
- name: Sync Wiki
uses: joeizzard/action-wiki-sync@v1
with:
username: ${{ github.event.pusher.name }}
access_token: ${{ secrets.GITHUB_TOKEN }}
commit_username: ${{ github.event.pusher.name }}
commit_email: ${{ github.event.pusher.email }}