mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-07 13:11:03 +02:00
ci(sync wiki): overhaul with bash script
This commit is contained in:
parent
ff17ec1996
commit
94693c92e3
2 changed files with 46 additions and 8 deletions
11
.github/workflows/wiki.yml
vendored
11
.github/workflows/wiki.yml
vendored
|
@ -12,11 +12,6 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Sync Wiki
|
||||
uses: joeizzard/action-wiki-sync@master
|
||||
with:
|
||||
username: JakeStanger
|
||||
access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
wiki_folder: docs
|
||||
commit_username: 'Jake Stanger'
|
||||
commit_email: 'mail@jstanger.dev'
|
||||
commit_message: 'sync wiki from main repo'
|
||||
run: ./.github/scripts/sync-wiki.sh
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue