Skip to content

Add synced Wiki

Add synced Wiki #7

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@v4
- name: Set Ownership
run: git config --global --add safe.directory /wiki
- name: Sync Wiki
uses: GTNewHorizons/ghaction-wiki-sync@fix-dubious-ownership
with:
username: "GitHub GTNH Actions"
access_token: ${{ secrets.GITHUB_TOKEN }}
ignore_safe_warnings: true
commit_username: "GitHub GTNH Actions"
commit_email: "<>"