Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 1590e1b

Browse files
authored
Create main.yml
1 parent e050732 commit 1590e1b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/main.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
pull_request:
6+
branches:
7+
- main
8+
name: Wiki Sync
9+
jobs:
10+
update-wiki:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@main
14+
- name: Sync Wiki
15+
uses: joeizzard/action-wiki-sync@master
16+
with:
17+
username: example
18+
access_token: ${{ secrets.GITHUB_TOKEN }}
19+
wiki_folder: wiki
20+
commit_username: 'Wiki Sync'
21+
commit_email: 'example@users.noreply.github.com'
22+
commit_message: 'action: wiki sync'

0 commit comments

Comments
 (0)