Skip to content

Update action-wiki-sync to use 'master' branch and update workflow to… #13

Update action-wiki-sync to use 'master' branch and update workflow to…

Update action-wiki-sync to use 'master' branch and update workflow to… #13

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Wiki Sync
jobs:
update-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Copy README to Wiki
run: |
mkdir -p wiki
cp README.md wiki/
- name: Sync Wiki
uses: joeizzard/action-wiki-sync@master
with:
username: LinkStackOrg
access_token: ${{ secrets.GH_TOKEN }}
wiki_folder: wiki
commit_username: 'JulianPrieber'
commit_email: 'JulianPrieber@users.noreply.github.com'
commit_message: 'action: wiki sync'